https://github.com/x13a/zig-blake2x
BLAKE2X implememtation in zig.
https://github.com/x13a/zig-blake2x
blake2 crypto zig zig-lang
Last synced: 8 months ago
JSON representation
BLAKE2X implememtation in zig.
- Host: GitHub
- URL: https://github.com/x13a/zig-blake2x
- Owner: x13a
- License: mit
- Archived: true
- Created: 2021-12-02T18:36:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-08T16:46:27.000Z (over 4 years ago)
- Last Synced: 2024-10-02T07:04:57.050Z (over 1 year ago)
- Topics: blake2, crypto, zig, zig-lang
- Language: Zig
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-blake2x
[BLAKE2X](https://www.blake2.net/blake2x.pdf) implememtation in zig.
## Reference
[golang/crypto](https://github.com/golang/crypto)