Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 570 Bytes

File metadata and controls

12 lines (8 loc) · 570 Bytes

Hashing Algorithm

Daniel Kozintsev

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")