Sha256: 362491cd13ed75dc30f3c7235455b0d3de219cf44aaaf74f4e6cc2e7a81183e4

Contents?: true

Size: 322 Bytes

Versions: 2

Compression:

Stored size: 322 Bytes

Contents

#include "crypto_hashblocks_sha512.h"

size_t
crypto_hashblocks_sha512_statebytes(void) {
    return crypto_hashblocks_sha512_STATEBYTES;
}

size_t
crypto_hashblocks_sha512_blockbytes(void) {
    return crypto_hashblocks_sha512_BLOCKBYTES;
}

const char *
crypto_hashblocks_sha512_primitive(void) {
    return "sha512";
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rbnacl-libsodium-0.4.5 vendor/libsodium/src/libsodium/crypto_hashblocks/sha512/hashblocks_sha512_api.c
rbnacl-libsodium-0.4.5a vendor/libsodium/src/libsodium/crypto_hashblocks/sha512/hashblocks_sha512_api.c