Skip to content

erifyc1/hashalgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashing Algorithm

Jacob Stolker

From CS128 Final Project

Function Description Example Usage
HashV1(string) Hashing function based on SHA256, accepts string HashV1("test")
HashV2(string) Variant of HashV1 with increased calculation rounds HashV2("test")
HashV3(string) Variant of HashV1 with shuffling partial calculation rounds HashV3("test")

About

C++ hashing algorithm based on SHA256

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors