rename encode.rs to dlog.rs

This commit is contained in:
Michael Vines 2021-10-01 07:37:58 -07:00
parent 2f138ecb96
commit 667e72144e
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
pub mod elgamal;
pub mod encode;
pub mod dlog;
pub mod pedersen;