saleemrashid / sha2-const

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Rust 100.0%