[go: up one dir, main page]

sha3 0.3.0

SHA-3 (Keccak) hash function
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sha3"
version = "0.3.0"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
description = "SHA-3 (Keccak) hash function"
documentation = "https://docs.rs/sha3"
repository = "https://github.com/RustCrypto/hashes"
keywords = ["crypto", "sha3", "keccak", "hash", "digest"]

[dependencies]
byte-tools = "0.1"
digest = "0.3"
generic-array = "0.5"

[dev-dependencies]
crypto-tests = "0.2"