28a5e5455cad9560193ccaa902f47761c1b830ca
[trex.git] /
1 #include "crypto_sign_edwards25519sha512batch.h"
2
3 size_t
4 crypto_sign_edwards25519sha512batch_bytes(void) {
5     return crypto_sign_edwards25519sha512batch_BYTES;
6 }
7
8 size_t
9 crypto_sign_edwards25519sha512batch_publickeybytes(void) {
10     return crypto_sign_edwards25519sha512batch_PUBLICKEYBYTES;
11 }
12
13 size_t
14 crypto_sign_edwards25519sha512batch_secretkeybytes(void) {
15     return crypto_sign_edwards25519sha512batch_SECRETKEYBYTES;
16 }