sha2-const-stable

Crates.iosha2-const-stable
lib.rssha2-const-stable
version0.1.0
sourcesrc
created_at2024-01-18 05:51:36.007788
updated_at2024-01-18 05:51:36.007788
descriptionconst fn implementation of the SHA-2 family of hash functions. Based on sha2-const, but updated to use only stable rust
homepagehttps://github.com/saleemrashid/sha2-const
repositoryhttps://github.com/saleemrashid/sha2-const
max_upload_size
id1103843
size7,835,253
cavemanloverboy (cavemanloverboy)

documentation

https://docs.rs/sha2-const

README

sha2-const-stable

const fn implementation of the SHA-2 family of hash functions.

This crate allows you to use the SHA-2 hash functions as constant expressions in Rust. It is adapted from sha2-const, which requires nightly. For all other usages, the sha2 crate includes more optimized implementations of these hash functions.

Commit count: 9

cargo fmt