Rename "groth" to "groth16".

This commit is contained in:
Sean Bowe 2017-04-04 14:44:20 -06:00
parent d228257da6
commit f1903133ed
4 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ extern crate byteorder;
extern crate serde;
pub mod curves;
pub mod groth;
pub mod groth16;
use std::collections::HashMap;
use std::ops;