moved Ed25519 away from signature

This commit is contained in:
orignal 2018-06-04 16:06:38 -04:00
parent b5291b5151
commit cd0f75106a
5 changed files with 549 additions and 493 deletions

View file

@ -78,7 +78,8 @@ set (LIBI2PD_SRC
"${LIBI2PD_SRC_DIR}/Event.cpp"
"${LIBI2PD_SRC_DIR}/Gost.cpp"
"${LIBI2PD_SRC_DIR}/ChaCha20.cpp"
"${LIBI2PD_SRC_DIR}/Poly1305.cpp"
"${LIBI2PD_SRC_DIR}/Poly1305.cpp"
"${LIBI2PD_SRC_DIR}/Ed25519.cpp"
)
if (WITH_WEBSOCKETS)