Remove documentation for now

This commit is contained in:
Sean Bowe 2016-07-04 09:40:07 -06:00
parent d38cd5e388
commit 6717902a1f
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
2 changed files with 0 additions and 3 deletions

View File

@ -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]

View File

@ -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 **G<sub>1</sub>** and **G<sub>2</sub>**, with an efficient bilinear pairing:
*e: G<sub>1</sub> × G<sub>2</sub> → G<sub>T</sub>*