sha3-const 0.1.0

const fn implementation of the SHA-3 family of hash and extendable-output functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Andrew Milson <andrew.j.milson@gmail.com>"]
categories = ["cryptography", "no-std"]
description = "const fn implementation of the SHA-3 family of hash and extendable-output functions"
edition = "2021"
homepage = "https://github.com/andrewmilson/sha3-const"
keywords = ["crypto", "keccak", "sha3", "const"]
license = "MIT OR Apache-2.0"
name = "sha3-const"
repository = "https://github.com/andrewmilson/sha3-const"
resolver = "2"
version = "0.1.0"