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
|
@ -19,8 +19,6 @@
|
|||
|
||||
#include <chiaki/ecdh.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
static MunitResult test_ecdh(const MunitParameter params[], void *user)
|
||||
{
|
||||
static const uint8_t handshake_key[] = { 0xfc, 0x5d, 0x4b, 0xa0, 0x3a, 0x35, 0x3a, 0xbb, 0x6a, 0x7f, 0xac, 0x79, 0x1b, 0x17, 0xbb, 0x34 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue