mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-03 19:53:40 +00:00
Merge pull request #18 from porcuquine/reexport-group
Re-export group crate.
This commit is contained in:
commit
5fb3037b9e
1 changed files with 2 additions and 0 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Reference in a new issue