# 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] edition = "2018" name = "winternitz-ots" version = "0.3.0" authors = ["0xAtropine"] description = "A Rust Library For Interacting With Winternitz One-Time Signatures, a Hash-Based, Post-Quantum Digital Signature Scheme Based On Lamport Signatures. This implementation uses the hash function Blake2b for all hashing, due to its speed and security, with a winternitz parameter of 16, and a digest size (n) of 32 bytes." readme = "README.md" keywords = ["crypto", "cryptography", "post-quantum", "security", "signature"] categories = ["cryptography", "authentication", "algorithms"] license = "Apache-2.0" repository = "https://github.com/0xAtropine/Winternitz-OTS" [[example]] name = "1" path = "examples/example_usage.rs" [dependencies.blake2-rfc] version = "0.2.18" [dependencies.getrandom] version = "0.2.2" [dependencies.hex] version = "0.4.2" [dependencies.serde] version = "1.0" features = ["derive"] [badges.travis-ci] branch = "master" repository = "https://github.com/0xAtropine/Winternitz-OTS"