Add optional EC security state and documentation

This commit is contained in:
Jeremy Soller
2023-03-06 13:14:38 -07:00
parent 4567f99015
commit 4a1e0a5aa8
10 changed files with 243 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ extern crate alloc;
pub use self::access::*;
mod access;
pub use self::ec::Ec;
pub use self::ec::{Ec, SecurityState};
mod ec;
pub use self::error::Error;