You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: