redduxi / SHA-512

C++ Implementation of SHA-512 and SHA-384 hashing algorithm

Home Page:https://github.com/redduxi/SHA-512

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHA-512

C++ Implementation of SHA-512 and SHA-384 hashing algorithm

RFC Documentation

Usage

SHA-512

#include "SHA512CryptoServiceProvider.h"
////
SHA512CryptoServiceProvider s;
string hash = s.Hashing("a");

SHA-384

#include "SHA384CryptoServiceProvider.h"
////
SHA384CryptoServiceProvider s;
string hash = s.Hashing("a");

About

C++ Implementation of SHA-512 and SHA-384 hashing algorithm

https://github.com/redduxi/SHA-512


Languages

Language:C++ 100.0%