benaloh-challenge 0.1.0

Implements the Benaloh Challenge (also known as an Interactive Device Challenge), a crytographic technique to ensure the honesty of an untrusted device.
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]
edition = "2018"
name = "benaloh-challenge"
version = "0.1.0"
authors = ["phayes <patrick.d.hayes@gmail.com>"]
description = "Implements the Benaloh Challenge (also known as an Interactive Device Challenge), a crytographic technique to ensure the honesty of an untrusted device."
readme = "README.md"
keywords = ["crypto", "voting"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/phayes/benaloh-challenge"
[dependencies.digest]
version = "0.8.0"

[dependencies.failure]
version = "0.1.5"

[dependencies.rand]
version = "0.6.5"

[dependencies.rand_core]
version = "0.3.1"

[dependencies.zeroize]
version = "0.5.2"
[dev-dependencies.rsa]
version = "0.1.2"

[dev-dependencies.sha2]
version = "0.8.0"