tink-core 0.2.4

Core crate for Rust port of Google's Tink cryptography library
Documentation
[dependencies.digest]
version = "^0.9"

[dependencies.hkdf]
version = "^0.11"

[dependencies.lazy_static]
version = "^1.4"

[dependencies.rand]
version = "^0.7"

[dependencies.serde]
features = ["derive"]
optional = true
version = "^1.0.136"

[dependencies.serde_json]
optional = true
version = "^1.0.72"

[dependencies.sha-1]
version = "^0.9.8"

[dependencies.sha2]
version = "^0.9.8"

[dependencies.subtle]
version = "^2.4"

[dependencies.tink-proto]
version = "^0.2"

[features]
default = []
insecure = []
json = ["tink-proto/json", "serde", "serde_json"]

[package]
authors = ["David Drysdale <drysdale@google.com>"]
categories = ["cryptography"]
description = "Core crate for Rust port of Google's Tink cryptography library"
documentation = "https://docs.rs/tink-core"
edition = "2018"
keywords = ["cryptography", "tink"]
license = "Apache-2.0"
name = "tink-core"
readme = "README.md"
repository = "https://github.com/project-oak/tink-rust"
version = "0.2.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]