Description: SHA-256 source code, three external function: void SHA256Init (SHA256Context* sc) void SHA256Update (SHA256Context* sc, const void* data, uint32_t len) void SHA256Final (SHA256Context* sc, uint8_t hash [SHA256_HASH_SIZE]) The first function is initialized, the second hash function, enter the string, the third function of output
- [hash] - This is a hash function written in matla
- [VeriFile_sha256] - sha256 encryption algorithm, a vc++ achi
- [SHA512] - Encryption and decryption algorithm SHA1
- [SHA-1] - SHA-1 algorithm for the C language sourc
- [sha256] - Abstract software sha256, sha256 simple
- [sha256] - THIS SOFTWARE IS PROVIDED BY ALLAN SADDI
- [Sha256Calc] - SHA256 encryption algorithm source code,
- [sha] - 。
- [SHA-1] - Secure hash algorithm (Secure Hash Algor
- [hmac-sha256] - HMAC-SHA256 implementation
File list (Check if you may need any files):
newsha256.c
newsha256.h