Trait cosmian_crypto_core::CBytes

source ·
pub trait CBytes: Eq + PartialEq + Send + Sync { }
Expand description

Cryptographic bytes

The bytes should be thread-safe and comparable. The bytes are NOT clonable by design (secrets should not be cloned).

Object Safety§

This trait is not object safe.

Implementors§