mirror of
https://github.com/pezkuwichain/bizinikiwi-bn.git
synced 2026-06-20 11:41:06 +00:00
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bn"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
|
||||
description = "Pairing cryptography with the Barreto-Naehrig curve"
|
||||
keywords = ["pairing","crypto","cryptography"]
|
||||
|
||||
@@ -12,7 +12,7 @@ Add the `bn` crate to your dependencies in `Cargo.toml`...
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
bn = "0.2.2"
|
||||
bn = "0.2.3"
|
||||
```
|
||||
|
||||
...and add an `extern crate` declaration to your crate root:
|
||||
|
||||
@@ -55,6 +55,7 @@ pub trait Group:
|
||||
rustc_serialize::Decodable +
|
||||
'static +
|
||||
Send +
|
||||
Sync +
|
||||
Copy +
|
||||
Clone +
|
||||
PartialEq +
|
||||
|
||||
Reference in New Issue
Block a user