Sign in
coral
/
busybox
/
16bcd504a32e6a7bf2015ffb241133f9ead6100b
/
.
/
networking
/
tls_fe.h
blob: fe8cff2288b60f984037f1e5d67ac11f42c0b619 [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2018 Denys Vlasenko
*
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
#define
CURVE25519_KEYSIZE
32
void
curve25519
(
uint8_t
*
result
,
const
uint8_t
*
e
,
const
uint8_t
*
q
)
FAST_FUNC
;