blake2b-ref

Crates.ioblake2b-ref
lib.rsblake2b-ref
version0.3.1
sourcesrc
created_at2020-01-20 08:00:37.285845
updated_at2022-08-10 09:37:57.273261
descriptionA `no_std` BLAKE2B implementation.
homepage
repositoryhttps://github.com/jjyr/blake2b-ref.rs
max_upload_size
id200381
size1,129,182
jjy (jjyr)

documentation

README

blake2b-ref.rs

Crates.io

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.

Commit count: 15

cargo fmt