Expand description
Frame-level encryption and authentication (SDLS). Frame-level encryption and authentication for the datalink layer.
Provides the [SecurityProcessor] trait, [SdlsProcessor] for
CCSDS 355.0-B-2 frame-level crypto, and [NoSecurity] as a
passthrough.
Modules§
- sdls
- Space Data Link Security (CCSDS 355.0-B-2). Space Data Link Security (SDLS) Protocol (CCSDS 355.0-B-2).
Structs§
- NoSecurity
- No-op security processor (passthrough).
- Sdls
Processor - SDLS-based security processor (CCSDS 355.0-B-2).
Traits§
- Security
Processor - Applies or removes security (encryption/authentication) on frames.