Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make EC25519 implementation optional for static library #42

Open
david-komarek opened this issue May 11, 2020 · 0 comments
Open

Make EC25519 implementation optional for static library #42

david-komarek opened this issue May 11, 2020 · 0 comments

Comments

@david-komarek
Copy link

Description

curve25519-donna-c64.c/curve25519-donna.c is built even for static libraries and this could lead to multiple implementation of ec25519 in binary.

Steps to reproduce

  • build noise-c as static library

Actual result: ec25519 implementation is part of static library.
Expected result: user should decide whether he/she wants the ec25519 implementation to be part of static library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant