MultipleMacCipher

Trait MultipleMacCipher 

Source
pub trait MultipleMacCipher: CoseMacCipher { }
Expand description

Marker trait intended for ciphers which can create MAC tags for multiple recipients.

If these recipients each use different key types, you can use an enum to represent them.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§