https://github.com/bitnom/blake2
BLAKE2 hashing algorithm library for the Nim programming language.
https://github.com/bitnom/blake2
blake2 hashing-algorithm nim nim-lang
Last synced: 3 months ago
JSON representation
BLAKE2 hashing algorithm library for the Nim programming language.
- Host: GitHub
- URL: https://github.com/bitnom/blake2
- Owner: bitnom
- License: mit
- Created: 2017-05-18T13:49:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T11:05:27.000Z (over 8 years ago)
- Last Synced: 2025-06-30T17:49:56.448Z (4 months ago)
- Topics: blake2, hashing-algorithm, nim, nim-lang
- Language: Nim
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BLAKE2
Nim implementation/wrap of the BLAKE2 hashing algorithm library.
Installation: `nimble install https://github.com/TomAshley303/BLAKE2.git`