1 2 3 4 5 6
use crate::shortint::client_key::secret_encryption_key::SecretEncryptionKeyView as ShortintSecretEncryptionKey; #[derive(Clone)] pub struct SecretEncryptionKeyView<'key> { pub(crate) key: ShortintSecretEncryptionKey<'key>, }