Sha256: 0d54e7cda241325c11389fc07654ea74751fd75fdc0e5224ab7f14974c897e99

Contents?: true

Size: 339 Bytes

Versions: 1

Compression:

Stored size: 339 Bytes

Contents

#include "crypto_stream_aes128ctr.h"

size_t
crypto_stream_aes128ctr_keybytes(void)
{
    return crypto_stream_aes128ctr_KEYBYTES;
}

size_t
crypto_stream_aes128ctr_noncebytes(void)
{
    return crypto_stream_aes128ctr_NONCEBYTES;
}

size_t
crypto_stream_aes128ctr_beforenmbytes(void)
{
    return crypto_stream_aes128ctr_BEFORENMBYTES;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rbnacl-libsodium-1.0.13 vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr.c