tink-signature 0.2.5

Signature functionality for Rust port of Google's Tink cryptography library
Documentation
[dependencies.ecdsa]
features = ["der"]
version = "^0.14.8"

[dependencies.ed25519-dalek]
version = "^1.0.1"

[dependencies.generic-array]
version = "^0.14.6"

[dependencies.p256]
version = "^0.11.1"

[dependencies.rand]
version = "^0.7"

[dependencies.signature]
version = "^1.6"

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

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

[package]
authors = ["David Drysdale <drysdale@google.com>"]
categories = ["cryptography"]
description = "Signature functionality for Rust port of Google's Tink cryptography library"
documentation = "https://docs.rs/tink-signature"
edition = "2018"
keywords = ["cryptography", "tink", "signature"]
license = "Apache-2.0"
name = "tink-signature"
readme = "README.md"
repository = "https://github.com/project-oak/tink-rust"
version = "0.2.5"