crypto_sign.h | 23 typedef crypto_sign_ed25519ph_state crypto_sign_state; typedef in typeref:typename:crypto_sign_ed25519ph_state 83 int crypto_sign_init(crypto_sign_state *state); 86 int crypto_sign_update(crypto_sign_state *state, 90 int crypto_sign_final_create(crypto_sign_state *state, unsigned char *sig, 95 int crypto_sign_final_verify(crypto_sign_state *state, unsigned char *sig,
|