sha3-const

Crates.iosha3-const
lib.rssha3-const
version0.1.1
sourcesrc
created_at2022-05-23 09:59:09.997971
updated_at2022-10-12 00:26:15.706406
descriptionconst fn implementation of the SHA-3 family of hash and extendable-output functions
homepagehttps://github.com/andrewmilson/sha3-const
repositoryhttps://github.com/andrewmilson/sha3-const
max_upload_size
id591692
size57,025
Andrew Milson (andrewmilson)

documentation

README

sha3-const

Build status Crate Documentation

const fn implementation of the SHA-3 family of hash and extendable-output functions (inspired by sha2-const). This crate allows you to use use the Sha3 hash functions as constant expressions in rust. For all other usages, the sha3 crate includes more optimized implementations of these hash functions.

Based on the Keccak specification implementations.

Commit count: 24

cargo fmt