Re-export group crate.

This commit is contained in:
porcuquine 2021-09-02 13:19:32 -07:00
parent 4f85fa5c7f
commit 65a138cd77
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};