#hash #blake2 #crypto

blake2b-rs

Rust bindings for the official Blake2b C implementation

6 releases

0.2.0 Jul 24, 2020
0.1.5 Sep 10, 2019
0.1.4 Jun 3, 2019
0.1.3 May 31, 2019
0.1.2 Mar 12, 2019

#334 in Cryptography

Download history 2625/week @ 2023-11-19 2241/week @ 2023-11-26 1894/week @ 2023-12-03 2631/week @ 2023-12-10 2779/week @ 2023-12-17 1814/week @ 2023-12-24 1704/week @ 2023-12-31 3062/week @ 2024-01-07 3461/week @ 2024-01-14 3092/week @ 2024-01-21 12441/week @ 2024-01-28 3032/week @ 2024-02-04 1837/week @ 2024-02-11 3658/week @ 2024-02-18 2750/week @ 2024-02-25 5015/week @ 2024-03-03

13,541 downloads per month
Used in 100 crates (15 directly)

MIT license

49KB
1.5K SLoC

Rust 753 SLoC // 0.0% comments C 617 SLoC // 0.1% comments

Build Status WIN Build Status Crate License

blake2b-rs

The blake2b-rs crate is a safe Rust binding to blake2.

Building from Source

git clone https://github.com/nervosnetwork/blake2b-rs.git
cd blake2b-rs
cargo build

Features

  • SIMD optimization .
  • Personal and Salt support.

License

Licensed under the LICENSE-MIT, as described in the LICENSE file.

Third-party software

This crate includes copies and modifications of software developed by third parties:

  • BLAKE2 is based on BLAKE2, triple-licensed under the CC0, the OpenSSL Licence, or the Apache Public License 2.0. Choosing the Apache Public License 2.0.
  • Test Vectors is taken from emilbayes/blake2b, licensed under the ISC

Dependencies

~175KB