Sha256: 05105e05922a3afbdc895bce63b208c66f62c1ee5645798d58b4c0647ea8bb0c

Contents?: true

Size: 486 Bytes

Versions: 2

Compression:

Stored size: 486 Bytes

Contents

#include "crypto_core_hsalsa20.h"

size_t
crypto_core_hsalsa20_outputbytes(void) {
    return crypto_core_hsalsa20_OUTPUTBYTES;
}

size_t
crypto_core_hsalsa20_inputbytes(void) {
    return crypto_core_hsalsa20_INPUTBYTES;
}

size_t
crypto_core_hsalsa20_keybytes(void) {
    return crypto_core_hsalsa20_KEYBYTES;
}

size_t
crypto_core_hsalsa20_constbytes(void) {
    return crypto_core_hsalsa20_CONSTBYTES;
}

const char *
crypto_core_hsalsa20_primitive(void) {
    return "hsalsa20";
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rbnacl-libsodium-0.4.5 vendor/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20_api.c
rbnacl-libsodium-0.4.5a vendor/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20_api.c