summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208_api.c
blob: 640a8b2e6e62a6dede704554bea3fa60f5adcad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "crypto_stream_salsa208.h"

size_t
crypto_stream_salsa208_keybytes(void) {
    return crypto_stream_salsa208_KEYBYTES;
}

size_t
crypto_stream_salsa208_noncebytes(void) {
    return crypto_stream_salsa208_NONCEBYTES;
}