Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 217 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 217 Bytes

SHA256

C++ SHA256 Implementation

RFC Documentation

Usage

#include "SHA256CryptoServiceProvider.h"
////
SHA256CryptoServiceProvider s;
s.Hashing("a");