CRYPTO_FROM_ED25519_PRIVATE(3MONOCYPHER) | 3MONOCYPHER | CRYPTO_FROM_ED25519_PRIVATE(3MONOCYPHER) |
crypto_from_ed25519_private
,
crypto_from_ed25519_public
—
#include <monocypher-ed25519.h>
void
crypto_from_ed25519_private
(uint8_t
x25519[32], const uint8_t eddsa[32]);
void
crypto_from_ed25519_public
(uint8_t
x25519[32], const uint8_t eddsa[32]);
crypto_from_ed25519_public
() is actually implemented as
a macro that aliases to
crypto_from_eddsa_public(3monocypher).
crypto_from_ed25519_private
() and
crypto_from_ed25519_public
() functions first appeared
in Monocypher 3.1.0.
May 24, 2020 | Debian |