Expand description
Long (multi-block) data types for pseudonyms and attributes.
This module provides support for multi-block pseudonyms and attributes that can hold more than 16 bytes of data. These types are built on top of PKCS#7 padding.
Structs§
- Long
Attribute - A collection of Attributes that together represent a larger data value using PKCS#7 padding.
- Long
Encrypted Attribute - Long
Encrypted Pseudonym - Long
Pseudonym - A collection of Pseudonyms that together represent a larger pseudonym value using PKCS#7 padding.
Traits§
- Long
Encryptable - A marker trait for encryptable types that use multi-block (long) encryption.
- Long
Encrypted - A marker trait for long encrypted types that can be decrypted.