27#ifndef OCRYPTO_ED448_H
28#define OCRYPTO_ED448_H
42#define ocrypto_ed448_PUBLIC_KEY_BYTES (57)
47#define ocrypto_ed448_SECRET_KEY_BYTES (57)
52#define ocrypto_ed448_BYTES (114)
82 const uint8_t *m,
size_t m_len,
102 const uint8_t *m,
size_t m_len,
#define ocrypto_ed448_BYTES
Definition ocrypto_ed448.h:52
#define ocrypto_ed448_PUBLIC_KEY_BYTES
Definition ocrypto_ed448.h:42
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:47
void ocrypto_ed448_public_key(uint8_t pk[(57)], const uint8_t sk[(57)])