mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
initial code for Ed25519 added
This commit is contained in:
parent
d5e1d5db9c
commit
75d45ae988
5 changed files with 55 additions and 6 deletions
|
@ -40,7 +40,8 @@ set (COMMON_SRC
|
|||
"${CMAKE_SOURCE_DIR}/aes.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/base64.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/util.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/Datagram.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/Datagram.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/Signature.cpp"
|
||||
)
|
||||
|
||||
set (DAEMON_SRC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue