Sha256: b5ea93aee1977eb1c4196800b65811a61b17cb84d3b3ba086c83a49a194aa419

Contents?: true

Size: 414 Bytes

Versions: 19

Compression:

Stored size: 414 Bytes

Contents

#ifndef SHA2OSSL_H_INCLUDED
#define SHA2OSSL_H_INCLUDED

#include <stddef.h>
#include <openssl/sha.h>

#define SHA256_BLOCK_LENGTH	SHA256_CBLOCK
#define SHA384_BLOCK_LENGTH	SHA512_CBLOCK
#define SHA512_BLOCK_LENGTH	SHA512_CBLOCK

typedef SHA512_CTX SHA384_CTX;

void SHA256_Finish(SHA256_CTX *ctx, char *buf);
void SHA384_Finish(SHA384_CTX *ctx, char *buf);
void SHA512_Finish(SHA512_CTX *ctx, char *buf);

#endif

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
rhodes-7.6.0 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-7.5.1 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-7.4.1 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-7.1.17 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-6.2.0 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-6.0.11 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-5.5.18 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-5.5.17 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-5.5.15 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-5.5.0.22 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-5.5.2 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-5.5.0.7 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-5.5.0.3 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-5.5.0 lib/extensions/digest-sha2/ext/sha2ossl.h
tauplatform-1.0.3 lib/extensions/digest-sha2/ext/sha2ossl.h
tauplatform-1.0.2 lib/extensions/digest-sha2/ext/sha2ossl.h
tauplatform-1.0.1 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-3.5.1.12 lib/extensions/digest-sha2/ext/sha2ossl.h
rhodes-3.4.2 lib/extensions/digest-sha2/ext/sha2ossl.h