#blake2 #hash #safe-bindings #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

#354 in Cryptography

Download history 1931/week @ 2024-09-23 1059/week @ 2024-09-30 1204/week @ 2024-10-07 1667/week @ 2024-10-14 3017/week @ 2024-10-21 1785/week @ 2024-10-28 1181/week @ 2024-11-04 1726/week @ 2024-11-11 2395/week @ 2024-11-18 1744/week @ 2024-11-25 2585/week @ 2024-12-02 3052/week @ 2024-12-09 2883/week @ 2024-12-16 1674/week @ 2024-12-23 2011/week @ 2024-12-30 2373/week @ 2025-01-06

9,324 downloads per month
Used in 112 crates (17 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

~7–310KB