Sha256: 46dc76429e8a7e22e9456f104fe3f9a141671971bcc645902d34e35245d4e0b8

Contents?: true

Size: 223 Bytes

Versions: 3

Compression:

Stored size: 223 Bytes

Contents

#include "crypto_stream_salsa20.h"

size_t
crypto_stream_salsa20_keybytes(void) {
    return crypto_stream_salsa20_KEYBYTES;
}

size_t
crypto_stream_salsa20_noncebytes(void) {
    return crypto_stream_salsa20_NONCEBYTES;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rbnacl-libsodium-0.5.0.1 vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20_api.c
rbnacl-libsodium-0.5.0.1.pre vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20_api.c
rbnacl-libsodium-0.5.0 vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20_api.c