Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
sha1cc.h
Go to the documentation of this file.
1 #define COMMON_DIGEST_FOR_OPENSSL 1
2 #include <CommonCrypto/CommonDigest.h>
3 
4 #define SHA1_BLOCK_LENGTH CC_SHA1_BLOCK_BYTES
5 #define SHA1_DIGEST_LENGTH CC_SHA1_DIGEST_LENGTH
6 #define SHA1_CTX CC_SHA1_CTX
7 
10 
11 #undef SHA1_Update
12 #undef SHA1_Finish
13 #define SHA1_Update rb_digest_SHA1_update
14 #define SHA1_Finish rb_digest_SHA1_finish
DEFINE_FINISH_FUNC_FROM_FINAL
#define DEFINE_FINISH_FUNC_FROM_FINAL(name)
Definition: digest.h:46
DEFINE_UPDATE_FUNC_FOR_UINT
#define DEFINE_UPDATE_FUNC_FOR_UINT(name)
Definition: digest.h:34