tiny-keccak 1.3.1

An implementation of the FIPS-202-defined SHA-3 and SHAKE functions.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "tiny-keccak"
version = "1.3.1"
authors = ["debris <marek.kotewicz@gmail.com>"]
description = "An implementation of the FIPS-202-defined SHA-3 and SHAKE functions."
homepage = "https://github.com/debris/tiny-keccak"
keywords = ["sha3", "sha-3", "keccak", "crypto", "tiny"]
categories = ["cryptography", "no-std"]
license = "CC0-1.0"
[profile.test]
opt-level = 3
debug = false

[profile.doc]
opt-level = 3
debug = false

[profile.dev]
opt-level = 3
debug = false
[badges.travis-ci]
repository = "debris/tiny-keccak"
branch = "master"