Sha256: cb9293adc5871fb2bcceedad9b4e2e72ea8e7fbeceb78bcc88dc85c2e74cd9ea
Contents?: true
Size: 813 Bytes
Versions: 1
Compression:
Stored size: 813 Bytes
Contents
#ifndef ed25519_ref10_H #define ed25519_ref10_H void _crypto_sign_ed25519_ref10_hinit(crypto_hash_sha512_state *hs, int prehashed); int _crypto_sign_ed25519_detached(unsigned char *sig, unsigned long long *siglen_p, const unsigned char *m, unsigned long long mlen, const unsigned char *sk, int prehashed); int _crypto_sign_ed25519_verify_detached(const unsigned char *sig, const unsigned char *m, unsigned long long mlen, const unsigned char *pk, int prehashed); #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rbnacl-libsodium-1.0.13 | vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ed25519_ref10.h |