X25519 function declarations. More...
#include "stdint.h"
Functions | |
| lt_ret_t | lt_X25519 (const uint8_t *privkey, const uint8_t *pubkey, uint8_t *secret) |
| Computes x25519 shared secret. | |
| lt_ret_t | lt_X25519_scalarmult (const uint8_t *sk, uint8_t *pk) |
| Performs X25519 scalar multiplication with a base point. | |