Initialize GKCrypt

This commit is contained in:
Florian Märkl 2018-11-26 19:43:59 +01:00
commit fb4f357620
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
5 changed files with 137 additions and 5 deletions

View file

@ -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 };