sp800-185 0.1.0

SHA-3 Derived Functions (SP800-185) Implementation in Rust.
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 = "sp800-185"
version = "0.1.0"
authors = ["quininer kel <quininer@live.com>"]
description = " SHA-3 Derived Functions (SP800-185) Implementation in Rust."
keywords = ["sha3", "keccak", "hash", "cryptography"]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/quininer/sp800-185"
[dependencies.tiny-keccak]
version = "1.3"

[dependencies.rayon]
version = "0.8"
optional = true

[dependencies.byteorder]
version = "1.0"

[features]
parallelhash = ["rayon"]
[badges.travis-ci]
repository = "quininer/sarkara"

[badges.appveyor]
repository = "quininer/sarkara"