Merge pull request #18 from porcuquine/reexport-group

Re-export group crate.
This commit is contained in:
str4d 2021-09-06 18:13:41 +01:00 committed by GitHub
commit 5fb3037b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ pub mod vesta;
pub use curves::*;
pub use fields::*;
pub extern crate group;
#[test]
fn test_endo_consistency() {
use crate::arithmetic::{CurveExt, FieldExt};