Rename "groth" to "groth16".
This commit is contained in:
parent
d228257da6
commit
f1903133ed
|
@ -7,7 +7,7 @@ extern crate byteorder;
|
||||||
extern crate serde;
|
extern crate serde;
|
||||||
|
|
||||||
pub mod curves;
|
pub mod curves;
|
||||||
pub mod groth;
|
pub mod groth16;
|
||||||
|
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
use std::ops;
|
use std::ops;
|
||||||
|
|
Loading…
Reference in New Issue