17#ifndef OCRYPTO_ED448_H
18#define OCRYPTO_ED448_H
32#define ocrypto_ed448_PUBLIC_KEY_BYTES (57)
37#define ocrypto_ed448_SECRET_KEY_BYTES (57)
42#define ocrypto_ed448_BYTES (114)
72 const uint8_t *m,
size_t m_len,
92 const uint8_t *m,
size_t m_len,
#define ocrypto_ed448_BYTES
Definition ocrypto_ed448.h:42
#define ocrypto_ed448_PUBLIC_KEY_BYTES
Definition ocrypto_ed448.h:32
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)])
#define ocrypto_ed448_SECRET_KEY_BYTES
Definition ocrypto_ed448.h:37
void ocrypto_ed448_public_key(uint8_t pk[(57)], const uint8_t sk[(57)])