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
mod aes_cbc;
mod aes_gcm;
mod hmac_sha;

pub use aes_cbc::{AesCbc, AesCbcSpec};
pub use aes_gcm::{AesGcm, AesGcmSpec};
pub use hmac_sha::{HmacSha, HmacShaSpec};