Crates.io | blake2b-ref |
lib.rs | blake2b-ref |
version | 0.3.1 |
source | src |
created_at | 2020-01-20 08:00:37.285845 |
updated_at | 2022-08-10 09:37:57.273261 |
description | A `no_std` BLAKE2B implementation. |
homepage | |
repository | https://github.com/jjyr/blake2b-ref.rs |
max_upload_size | |
id | 200381 |
size | 1,129,182 |
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.