https://github.com/masbicudo/sha-3-fips-202
I am trying to implement the SHA-3 (FIPS-202) hashing algorithm. Not finished yet, but this is a work in progress. The goal is to create a generator so that I can target multiple languages, but for now, i am implementing it in C#. Also, in the process of exploring this, I hope to create some useful tools.
https://github.com/masbicudo/sha-3-fips-202
Last synced: about 1 month ago
JSON representation
I am trying to implement the SHA-3 (FIPS-202) hashing algorithm. Not finished yet, but this is a work in progress. The goal is to create a generator so that I can target multiple languages, but for now, i am implementing it in C#. Also, in the process of exploring this, I hope to create some useful tools.
- Host: GitHub
- URL: https://github.com/masbicudo/sha-3-fips-202
- Owner: masbicudo
- Created: 2016-02-21T01:38:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T01:41:13.000Z (about 9 years ago)
- Last Synced: 2025-01-16T10:17:21.400Z (3 months ago)
- Language: C#
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SHA-3-FIPS-202
I am trying to implement the SHA-3 (FIPS-202) hashing algorithm. Not finished yet, but this is a work in progress. The goal is to create a generator so that I can target multiple languages, but for now, i am implementing it in C#. Also, in the process of exploring this, I hope to create some useful tools.