1
2
3
4
5
6
//! Opaque object support: store arbitrary data in the HSM

mod algorithm;
pub(crate) mod commands;

pub use self::algorithm::Algorithm;