Sha256: f89ebc2f06b2fd8f80ebadee6a2103d76659f1a6cb003fb0e057327f15afd28d

Contents?: true

Size: 657 Bytes

Versions: 42

Compression:

Stored size: 657 Bytes

Contents

#include <stdint.h>

typedef struct crypto_hash_sha512_state {
    uint64_t      state[8];
    uint64_t      count[2];
    unsigned char buf[128];
} crypto_hash_sha512_state;

#define crypto_hash_sha512_BYTES 64U
int crypto_hash_sha512_init(crypto_hash_sha512_state *state);
int crypto_hashblocks_sha512(unsigned char *statebytes,const unsigned char *in,unsigned long long inlen);
int
crypto_hash_sha512_update(crypto_hash_sha512_state *state,
                          const unsigned char *in,
                          unsigned long long inlen);
int
crypto_hash_sha512_final(crypto_hash_sha512_state *state,
                         unsigned char *out);

Version data entries

42 entries across 37 versions & 2 rubygems

Version Path
vagrant-unbundled-2.2.19.0 vendor/bundle/ruby/3.0.0/gems/bcrypt_pbkdf-1.1.0/ext/mri/crypto_hash_sha512.h
vagrant-unbundled-2.2.18.0 vendor/bundle/ruby/3.0.0/gems/bcrypt_pbkdf-1.1.0/ext/mri/crypto_hash_sha512.h
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/3.0.0/gems/bcrypt_pbkdf-1.1.0/ext/mri/crypto_hash_sha512.h
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/2.7.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/crypto_hash_sha512.h
bcrypt_pbkdf-1.1.0-x64-mingw32 ext/mri/crypto_hash_sha512.h
bcrypt_pbkdf-1.1.0-x86-mingw32 ext/mri/crypto_hash_sha512.h
bcrypt_pbkdf-1.1.0 ext/mri/crypto_hash_sha512.h
bcrypt_pbkdf-1.1.0.rc2-x64-mingw32 ext/mri/crypto_hash_sha512.h
bcrypt_pbkdf-1.1.0.rc2-x86-mingw32 ext/mri/crypto_hash_sha512.h
bcrypt_pbkdf-1.1.0.rc2 ext/mri/crypto_hash_sha512.h
vagrant-unbundled-2.2.14.0 vendor/bundle/ruby/2.7.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/crypto_hash_sha512.h
vagrant-unbundled-2.2.10.0 vendor/bundle/ruby/2.7.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/crypto_hash_sha512.h
vagrant-unbundled-2.2.9.0 vendor/bundle/ruby/2.7.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/crypto_hash_sha512.h
vagrant-unbundled-2.2.8.0 vendor/bundle/ruby/2.7.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/crypto_hash_sha512.h
bcrypt_pbkdf-1.1.0.rc1-x64-mingw32 ext/mri/crypto_hash_sha512.h
bcrypt_pbkdf-1.1.0.rc1-x86-mingw32 ext/mri/crypto_hash_sha512.h
bcrypt_pbkdf-1.1.0.rc1 ext/mri/crypto_hash_sha512.h
bcrypt_pbkdf-1.1.0.pre.rc1-x64-mingw32 ext/mri/crypto_hash_sha512.h
bcrypt_pbkdf-1.1.0.pre.rc1-x86-mingw32 ext/mri/crypto_hash_sha512.h
bcrypt_pbkdf-1.1.0.pre.rc1 ext/mri/crypto_hash_sha512.h