Sha256: 6e05604dbef8992fdc8134968ba3839c92b741e8644e11bb8243240c4f0e9130
Contents?: true
Size: 535 Bytes
Versions: 2
Compression:
Stored size: 535 Bytes
Contents
#include "crypto_sign_edwards25519sha512batch.h" size_t crypto_sign_edwards25519sha512batch_bytes(void) { return crypto_sign_edwards25519sha512batch_BYTES; } size_t crypto_sign_edwards25519sha512batch_publickeybytes(void) { return crypto_sign_edwards25519sha512batch_PUBLICKEYBYTES; } size_t crypto_sign_edwards25519sha512batch_secretkeybytes(void) { return crypto_sign_edwards25519sha512batch_SECRETKEYBYTES; } const char * crypto_sign_edwards25519sha512batch_primitive(void) { return "edwards25519sha512batch"; }
Version data entries
2 entries across 2 versions & 1 rubygems