17#ifndef OCRYPTO_ED448PH_H
18#define OCRYPTO_ED448PH_H
32#define ocrypto_ed448ph_PUBLIC_KEY_BYTES (57)
37#define ocrypto_ed448ph_SECRET_KEY_BYTES (57)
42#define ocrypto_ed448ph_HASH_BYTES (64)
47#define ocrypto_ed448ph_BYTES (114)
#define ocrypto_ed448ph_SECRET_KEY_BYTES
Definition ocrypto_ed448ph.h:37
void ocrypto_ed448ph_public_key(uint8_t pk[(57)], const uint8_t sk[(57)])
int ocrypto_ed448ph_verify(const uint8_t sig[(114)], const uint8_t hash[(64)], const uint8_t pk[(57)])
#define ocrypto_ed448ph_BYTES
Definition ocrypto_ed448ph.h:47
#define ocrypto_ed448ph_HASH_BYTES
Definition ocrypto_ed448ph.h:42
#define ocrypto_ed448ph_PUBLIC_KEY_BYTES
Definition ocrypto_ed448ph.h:32
void ocrypto_ed448ph_sign(uint8_t sig[(114)], const uint8_t hash[(64)], const uint8_t sk[(57)], const uint8_t pk[(57)])