elgamal 0.0.1

A pure-Rust library for elGamal encryption using the Ristretto prime-order group.
Documentation
[package]
name = "elgamal"
version = "0.0.1"
authors = ["isis lovecruft <isis@patternsinthevoid.net>"]
description = "A pure-Rust library for elGamal encryption using the Ristretto prime-order group."
license = "BSD-3-Clause"
categories = ["no-std", "cryptography"]
keywords = ["encryption", "homomorphic", "elgamal"]
exclude = [
    "**/.gitignore",
    ".gitignore",
    ".travis.yml",
]

[dependencies]