Move static KEM public key to new PublicBox struct

This commit is contained in:
Katherine Watson
2024-06-16 21:45:48 -07:00
committed by kat watson
parent bdad414c90
commit a18658847c
6 changed files with 177 additions and 31 deletions

View File

@@ -6,6 +6,7 @@ pub mod alloc;
mod public;
pub use crate::public::Public;
pub use crate::public::PublicBox;
mod secret;
pub use crate::secret::Secret;