Skip to content

redduxi/SHA-512

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages