| Crates.io | sha2-const-stable |
| lib.rs | sha2-const-stable |
| version | 0.1.0 |
| created_at | 2024-01-18 05:51:36.007788+00 |
| updated_at | 2024-01-18 05:51:36.007788+00 |
| description | const fn implementation of the SHA-2 family of hash functions. Based on sha2-const, but updated to use only stable rust |
| homepage | https://github.com/saleemrashid/sha2-const |
| repository | https://github.com/saleemrashid/sha2-const |
| max_upload_size | |
| id | 1103843 |
| size | 7,835,253 |
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.