https://github.com/roseswe/lib.sha3-roseswe
Library for calculation of SHA3 and Keccak hashes. Following hash variants are implemented: Keccak224, Keccak256, Keccak384, Keccak512, Keccak[], SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE128 and SHAKE256. Requires AuxTypes and BitOps libraries.
https://github.com/roseswe/lib.sha3-roseswe
pascal sha3
Last synced: 6 months ago
JSON representation
Library for calculation of SHA3 and Keccak hashes. Following hash variants are implemented: Keccak224, Keccak256, Keccak384, Keccak512, Keccak[], SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE128 and SHAKE256. Requires AuxTypes and BitOps libraries.
- Host: GitHub
- URL: https://github.com/roseswe/lib.sha3-roseswe
- Owner: roseswe
- License: mpl-2.0
- Created: 2016-11-17T20:09:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T12:36:39.000Z (over 6 years ago)
- Last Synced: 2025-10-11T09:19:08.222Z (10 months ago)
- Topics: pascal, sha3
- Language: Pascal
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Lib.SHA3-roseswe
Library for calculation of SHA3 and Keccak hashes. Following hash variants are implemented: Keccak224, Keccak256, Keccak384, Keccak512, Keccak[], SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE128 and SHAKE256. Requires AuxTypes and BitOps libraries.