rust-blake3 0.3.8
BLAKE3 hash function Rust implementation
This crate provides the official Rust implementation of the BLAKE3 cryptographic hash function. BLAKE3 is faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2.
- Website: https://github.com/BLAKE3-team/BLAKE3
- Licenses: ASL 2.0 · CC0
- Package source: gnu/packages/crypto.scm
- Builds: See build status
- Issues: See known issues
Installation
Install rust-blake3 0.3.8
as follows:
guix install rust-blake3@0.3.8
Or install the latest version:
guix install rust-blake3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.