Skip to main content

KeyPurpose

Trait KeyPurpose 

Source
pub trait KeyPurpose: Debug { }
Expand description

Marker trait to give encryption keys a “purpose”, to not confuse them

See Key.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§