From 6717902a1f53fd22317411beb59eddda45b37c9e Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Mon, 4 Jul 2016 09:40:07 -0600 Subject: [PATCH] Remove documentation for now --- Cargo.toml | 1 - README.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3032c8b..01709ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ keywords = ["pairing","crypto","cryptography"] readme = "README.md" homepage = "https://github.com/zcash/bn" repository = "https://github.com/zcash/bn" -documentation = "https://ebfull.github.io/bn/" license = "MIT OR Apache-2.0" [dependencies] diff --git a/README.md b/README.md index a0b739f..0462b30 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # bn [![Crates.io](https://img.shields.io/crates/v/bn.svg)](https://crates.io/crates/bn) -### [Documentation](https://ebfull.github.io/bn/) - This is a [pairing cryptography](https://en.wikipedia.org/wiki/Pairing-based_cryptography) library written in pure Rust. It makes use of the Barreto-Naehrig (BN) curve construction from [[BCGTV13]](http://eprint.iacr.org/2013/507) to provide two cyclic groups **G1** and **G2**, with an efficient bilinear pairing: *e: G1 × G2 → GT*