mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Initialize GKCrypt
This commit is contained in:
parent
81a6415b6c
commit
fb4f357620
5 changed files with 137 additions and 5 deletions
|
@ -14,7 +14,8 @@ set(HEADER_FILES
|
|||
include/chiaki/mirai.h
|
||||
include/chiaki/ecdh.h
|
||||
include/chiaki/launchspec.h
|
||||
include/chiaki/random.h)
|
||||
include/chiaki/random.h
|
||||
include/chiaki/gkcrypt.h)
|
||||
|
||||
set(SOURCE_FILES
|
||||
src/common.c
|
||||
|
@ -33,7 +34,8 @@ set(SOURCE_FILES
|
|||
src/mirai.c
|
||||
src/ecdh.c
|
||||
src/launchspec.c
|
||||
src/random.c)
|
||||
src/random.c
|
||||
src/gkcrypt.c)
|
||||
|
||||
add_subdirectory(protobuf)
|
||||
include_directories("${NANOPB_SOURCE_DIR}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue