dolphin/Externals/ed25519/CMakeLists.txt

14 lines
146 B
CMake
Raw Normal View History

2019-01-19 22:26:03 +00:00
project(ed25519 C)
add_library(ed25519
add_scalar.c
ge.c
keypair.c
seed.c
sign.c
fe.c
key_exchange.c
sc.c
sha512.c
verify.c)