Sha256: b8204c74b686a848ce4428f3e6dc9b96c98d91b731b897fd48fbda13e78ec67a

Contents?: true

Size: 351 Bytes

Versions: 3

Compression:

Stored size: 351 Bytes

Contents

#include "crypto_hashblocks.h"

const char *primitiveimplementation = crypto_hashblocks_IMPLEMENTATION;
const char *implementationversion = crypto_hashblocks_VERSION;
const char *sizenames[] = { "statebytes", 0 };
const long long sizes[] = { crypto_hashblocks_STATEBYTES };

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_hashblocks/measure.c
ruby_nacl-0.1.1 ext/ruby_nacl/NaCl/crypto_hashblocks/measure.c
ruby_nacl-0.1.0 ext/ruby_nacl/NaCl/crypto_hashblocks/measure.c