Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T01:41:13.000Z (almost 9 years ago)
- Last Synced: 2023-03-31T04:01:35.373Z (almost 2 years 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.