blake2b-ref 0.2.1

A `no_std` BLAKE2B implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# blake2b-ref.rs
[![Crates.io](https://img.shields.io/crates/v/blake2b-ref.svg)](https://crates.io/crates/blake2b-ref)

A `no_std` BLAKE2B crate.

This crate is transcompiled by [c2rust]; the source code is from the offcial [BLAKE2] ref implementation.
The transcompiled source has been modified slightly to support `no_std`.

The API design is highly inspired - almost copy from https://github.com/nervosnetwork/blake2b-rs.


[c2rust]: https://github.com/immunant/c2rust "c2rust"
[BLAKE2]: https://github.com/BLAKE2/BLAKE2 "BLAKE2"