Newer
Older
Import / applications / MakePDF / Crypto / Hash / SHA256.h
@John John on 29 Dec 2020 152 bytes bulk import from macbookpro checkouts
#ifndef SHA256_H
#define SHA256_H


#include <stdint.h>


void sha256(const uint8_t* message, uint64_t length, uint32_t hash[8]);


#endif // SHA256_H