Sha256: 982ab49e54e21e4aa922766e5545c0e1c915e1de95335918d2b3322f2d8f5463

Contents?: true

Size: 475 Bytes

Versions: 2

Compression:

Stored size: 475 Bytes

Contents

#include "crypto_core_salsa20.h"

size_t
crypto_core_salsa20_outputbytes(void) {
    return crypto_core_salsa20_OUTPUTBYTES;
}

size_t
crypto_core_salsa20_inputbytes(void) {
    return crypto_core_salsa20_INPUTBYTES;
}

size_t
crypto_core_salsa20_keybytes(void) {
    return crypto_core_salsa20_KEYBYTES;
}

size_t
crypto_core_salsa20_constbytes(void) {
    return crypto_core_salsa20_CONSTBYTES;
}

const char *
crypto_core_salsa20_primitive(void) {
    return "salsa20";
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rbnacl-libsodium-0.4.5 vendor/libsodium/src/libsodium/crypto_core/salsa20/core_salsa20_api.c
rbnacl-libsodium-0.4.5a vendor/libsodium/src/libsodium/crypto_core/salsa20/core_salsa20_api.c