nrfxlib API 3.3.99
Loading...
Searching...
No Matches

Ed448 algorithm, used for EdDSA without pre-hashing. More...

#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

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)])
 

Detailed Description

Ed448 algorithm, used for EdDSA without pre-hashing.