#sha-256 #update

nightly no-std sha2-const

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

3 releases

0.1.2 Nov 15, 2021
0.1.1 May 4, 2020
0.1.0 May 4, 2020

#2306 in Cryptography

Download history 955/week @ 2024-12-13 430/week @ 2024-12-20 444/week @ 2024-12-27 579/week @ 2025-01-03 1188/week @ 2025-01-10 1210/week @ 2025-01-17 609/week @ 2025-01-24 1360/week @ 2025-01-31 1341/week @ 2025-02-07 1743/week @ 2025-02-14 877/week @ 2025-02-21 414/week @ 2025-02-28 608/week @ 2025-03-07 225/week @ 2025-03-14 309/week @ 2025-03-21 194/week @ 2025-03-28

1,381 downloads per month

MIT/Apache

4.5MB
461 lines

sha2-const

Build status 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.

No runtime deps