[package] name = "rust-gm-paillier" version = "0.1.0" authors = ["Thông "] description = "A quick implementation of GM and Paillier crypto systems" repository = "https://github.com/xcodevn/rust-paillier" license = "MIT" keywords = [ "cryptography", "paillier", "Goldwasser-Micali", "gmp", "homomorphic", "cryptosystem" ] [lib] name = "gm_paillier" [dependencies] gmp = { path = "gmp", version = "0.3.1" } rand = "0.3"