Sha256: c9bc0c79713f68c07ac4baaec3ee7554f943416b50b35abe5977bd4c299b3338

Contents?: true

Size: 439 Bytes

Versions: 3

Compression:

Stored size: 439 Bytes

Contents

#include "crypto_core.h"

const char *primitiveimplementation = crypto_core_IMPLEMENTATION;
const char *implementationversion = crypto_core_VERSION;
const char *sizenames[] = { "outputbytes", "inputbytes", "keybytes", "constbytes", 0 };
const long long sizes[] = { crypto_core_OUTPUTBYTES, crypto_core_INPUTBYTES, crypto_core_KEYBYTES, crypto_core_CONSTBYTES };

void preallocate(void)
{
}

void allocate(void)
{
}

void measure(void)
{
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby_nacl-0.1.2 ext/ruby_nacl/NaCl/crypto_core/measure.c
ruby_nacl-0.1.1 ext/ruby_nacl/NaCl/crypto_core/measure.c
ruby_nacl-0.1.0 ext/ruby_nacl/NaCl/crypto_core/measure.c