Go to the source code of this file.
|
void | ocrypto_ed25519ph_public_key (uint8_t pk[(32)], const uint8_t sk[(32)]) |
|
void | ocrypto_ed25519ph_sign (uint8_t sig[(64)], const uint8_t hash[(64)], const uint8_t sk[(32)], const uint8_t pk[(32)]) |
|
int | ocrypto_ed25519ph_verify (const uint8_t sig[(64)], const uint8_t hash[(64)], const uint8_t pk[(32)]) |
|
void | ocrypto_ed25519ph_public_key_ctx (ocrypto_ed25519ph_ctx *ctx, uint8_t pk[(32)], const uint8_t sk[(32)]) |
|
void | ocrypto_ed25519ph_sign_ctx (ocrypto_ed25519ph_ctx *ctx, uint8_t sig[(64)], const uint8_t hash[(64)], const uint8_t sk[(32)], const uint8_t pk[(32)]) |
|
int | ocrypto_ed25519ph_verify_ctx (ocrypto_ed25519ph_ctx *ctx, const uint8_t sig[(64)], const uint8_t hash[(64)], const uint8_t pk[(32)]) |
|