summaryrefslogtreecommitdiff
path: root/src/libsodium/crypto_stream/salsa2012/stream_salsa2012_api.c
blob: 3b5685f3c8c8cb8007ee4ac59041e6e1b7ed038b (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "crypto_stream_salsa2012.h"

size_t
crypto_stream_salsa2012_keybytes(void) {
    return crypto_stream_salsa2012_KEYBYTES;
}

size_t
crypto_stream_salsa2012_noncebytes(void) {
    return crypto_stream_salsa2012_NONCEBYTES;
}