spacedls 0.4.0

no_std CCSDS 355.0-B-2 (SDLS) Space Data Link Security implementation
Documentation
1
2
3
4
5
6
7
8
9
mod error;
mod managed_key;
mod managed_sa;
mod static_keyring;
mod static_sastore;

pub use error::{KeyManagementError, SaManagementError};
pub use managed_key::{KeyState, ManagedKey};
pub use managed_sa::{ManagedSa, SaState};