An open API service indexing awesome lists of open source software.

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.

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)