Skip to main content

Module security

Module security 

Source
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).
SdlsProcessor
SDLS-based security processor (CCSDS 355.0-B-2).

Traits§

SecurityProcessor
Applies or removes security (encryption/authentication) on frames.