sha2-const

Crates.iosha2-const
lib.rssha2-const
version0.1.2
sourcesrc
created_at2020-05-04 01:48:28.18963
updated_at2021-11-15 23:46:49.164022
descriptionconst fn implementation of the SHA-2 family of hash functions
homepagehttps://github.com/saleemrashid/sha2-const
repositoryhttps://github.com/saleemrashid/sha2-const
max_upload_size
id237279
size7,819,208
Saleem Rashid (saleemrashid)

documentation

https://docs.rs/sha2-const

README

sha2-const

Build status Crate Documentation

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. For all other usages, the sha2 crate includes more optimized implementations of these hash functions.

Commit count: 9

cargo fmt