mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +08:00
8 lines
294 B
C
8 lines
294 B
C
|
#include "curve448utils.h"
|
||
|
|
||
|
int X448(uint8_t out_shared_key[56], const uint8_t private_key[56],
|
||
|
const uint8_t peer_public_value[56]) DECAF_API_VIS;
|
||
|
|
||
|
void X448_public_from_private(uint8_t out_public_value[56],
|
||
|
const uint8_t private_key[56]) DECAF_API_VIS;
|