Browse Source

Rename "groth" to "groth16".

master
Sean Bowe 8 years ago
parent
commit
f1903133ed
  1. 0
      src/groth16/domain.rs
  2. 0
      src/groth16/mod.rs
  3. 0
      src/groth16/tests/mod.rs
  4. 2
      src/lib.rs

0
src/groth/domain.rs → src/groth16/domain.rs

0
src/groth/mod.rs → src/groth16/mod.rs

0
src/groth/tests/mod.rs → src/groth16/tests/mod.rs

2
src/lib.rs

@ -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;

Loading…
Cancel
Save