Sha256: f144b901d2d37bcf9160c11439fcf7c9f0aa924e22f690eb3078c138103c6649
Contents?: true
Size: 427 Bytes
Versions: 13
Compression:
Stored size: 427 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; }
Version data entries
13 entries across 13 versions & 1 rubygems