![]() |
nrfxlib API 3.3.99
|
Ed448 algorithm, used for EdDSA without pre-hashing. More...
Files | |
| file | ocrypto_ed448.h |
| Ed448 algorithm, used for EdDSA without pre-hashing. | |
Macros | |
| #define | ocrypto_ed448_PUBLIC_KEY_BYTES (57) |
| #define | ocrypto_ed448_SECRET_KEY_BYTES (57) |
| #define | ocrypto_ed448_BYTES (114) |
Functions | |
| void | ocrypto_ed448_public_key (uint8_t pk[(57)], const uint8_t sk[(57)]) |
| void | ocrypto_ed448_sign (uint8_t sig[(114)], const uint8_t *m, size_t m_len, const uint8_t sk[(57)], const uint8_t pk[(57)]) |
| int | ocrypto_ed448_verify (const uint8_t sig[(114)], const uint8_t *m, size_t m_len, const uint8_t pk[(57)]) |
Ed448 algorithm, used for EdDSA without pre-hashing.
Ed448 is a specific implementation of EdDSA, a digital signature scheme. EdDSA is based on Twisted Edwards curves and is designed to be faster than existing digital signature schemes without sacrificing security.