Sha256: 344ff3ba5f7678f69db086951c0bd5320af0a0ca01a742d827610b982ec6a89c

Contents?: true

Size: 308 Bytes

Versions: 2

Compression:

Stored size: 308 Bytes

Contents

#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;
}

const char *
crypto_stream_salsa208_primitive(void) {
    return "salsa208";
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rbnacl-libsodium-0.4.5 vendor/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208_api.c
rbnacl-libsodium-0.4.5a vendor/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208_api.c