Crates.io | sha2-const |
lib.rs | sha2-const |
version | 0.1.2 |
source | src |
created_at | 2020-05-04 01:48:28.18963 |
updated_at | 2021-11-15 23:46:49.164022 |
description | const fn implementation of the SHA-2 family of hash functions |
homepage | https://github.com/saleemrashid/sha2-const |
repository | https://github.com/saleemrashid/sha2-const |
max_upload_size | |
id | 237279 |
size | 7,819,208 |
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.