Go to the source code of this file.
◆ curve25519_lengths
◆ curve25519_gen_public()
bool curve25519_gen_public |
( |
u8 |
public_key[CURVE25519_KEY_SIZE], |
|
|
const u8 |
secret_key[CURVE25519_KEY_SIZE] |
|
) |
| |
◆ curve25519_gen_secret()
bool curve25519_gen_secret |
( |
u8 |
secret[CURVE25519_KEY_SIZE] | ) |
|
◆ curve25519_gen_shared()
bool curve25519_gen_shared |
( |
u8 |
shared_key[CURVE25519_KEY_SIZE], |
|
|
const u8 |
secret_key[CURVE25519_KEY_SIZE], |
|
|
const u8 |
basepoint[CURVE25519_KEY_SIZE] |
|
) |
| |
◆ key_from_base64()
bool key_from_base64 |
( |
const u8 * |
src, |
|
|
size_t |
src_len, |
|
|
u8 * |
out |
|
) |
| |
◆ key_to_base64()
bool key_to_base64 |
( |
const u8 * |
src, |
|
|
size_t |
src_len, |
|
|
u8 * |
out |
|
) |
| |