Refactor SMFI interface and ectool

This commit is contained in:
Jeremy Soller
2020-09-25 19:41:38 -06:00
committed by Jeremy Soller
parent 39e2586c50
commit eff4caa752
19 changed files with 718 additions and 363 deletions

View File

@@ -1,5 +1,8 @@
#![cfg_attr(not(feature = "std"), no_std)]
pub use self::access::*;
mod access;
pub use self::ec::Ec;
mod ec;