zcash-hackworks / bn

Pairing cryptography library in Rust
Other
161 stars 133 forks source link

Fix import: num_bigint library is accessible from num as num::bigint. #1

Closed clemensw closed 8 years ago

clemensw commented 8 years ago

Don't know the num crate well, but I need to change the name of the use import for the crate to compile.

ebfull commented 8 years ago

I'll add some travis CI tests and then merge this. Thanks!

ebfull commented 8 years ago

This is now fixed because I no longer use the num crate.