Sha256: 02e8ab09aece9de5dff1a7b8fd43a2e4f9b4df735ac7befd131bd1b758c77994

Contents?: true

Size: 497 Bytes

Versions: 2

Compression:

Stored size: 497 Bytes

Contents

#include "crypto_core_salsa2012.h"

size_t
crypto_core_salsa2012_outputbytes(void) {
    return crypto_core_salsa2012_OUTPUTBYTES;
}

size_t
crypto_core_salsa2012_inputbytes(void) {
    return crypto_core_salsa2012_INPUTBYTES;
}

size_t
crypto_core_salsa2012_keybytes(void) {
    return crypto_core_salsa2012_KEYBYTES;
}

size_t
crypto_core_salsa2012_constbytes(void) {
    return crypto_core_salsa2012_CONSTBYTES;
}

const char *
crypto_core_salsa2012_primitive(void) {
    return "salsa2012";
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rbnacl-libsodium-0.4.5 vendor/libsodium/src/libsodium/crypto_core/salsa2012/core_salsa2012_api.c
rbnacl-libsodium-0.4.5a vendor/libsodium/src/libsodium/crypto_core/salsa2012/core_salsa2012_api.c