mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Start ECDH test
This commit is contained in:
parent
6eba5af333
commit
eaf88afd2d
5 changed files with 113 additions and 1 deletions
|
@ -5,7 +5,8 @@ target_include_directories(munit PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/munit")
|
|||
add_executable(chiaki-unit
|
||||
main.c
|
||||
http.c
|
||||
rpcrypt.c)
|
||||
rpcrypt.c
|
||||
gkcrypt.c)
|
||||
|
||||
target_link_libraries(chiaki-unit chiaki-lib munit)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue