Searched refs:crypto_x25519 (Results 1 – 5 of 5) sorted by relevance
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/tests/ |
H A D | test.c | 193 crypto_x25519(out.buf, scalar.buf, point.buf); 276 crypto_x25519(tmp , k, u); 721 crypto_x25519(overlapping + i, overlapping + 31, pk); 722 crypto_x25519(separate, sk, pk); 991 u8 e1 [32]; crypto_x25519(e1, sk2, pk1); 992 u8 e2 [32]; crypto_x25519(e2, sk2, pkr); 1010 u8 e1 [32]; crypto_x25519(e1, sk2, pk1); 1011 u8 e2 [32]; crypto_x25519(e2, sk2, pkr); 1049 crypto_x25519(pk, sk, base);
|
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/tests/speed/ |
H A D | speed.c | 140 crypto_x25519(out, out, in); in x25519()
|
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/src/ |
H A D | monocypher.h | 303 void crypto_x25519(uint8_t raw_shared_secret[32],
|
H A D | monocypher.c | 1640 void crypto_x25519(u8 raw_shared_secret[32], in crypto_x25519() function 1656 crypto_x25519(public_key, secret_key, base_point); in crypto_x25519_public_key() 2842 crypto_x25519(shared_key, your_secret_key, their_public_key); in crypto_key_exchange()
|
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/ |
H A D | CHANGELOG.md | 47 - `crypto_x25519()` and `crypto_key_exchange()` now return `void`.
|