Skip to main content

Module long

Module long 

Source
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§

LongAttribute
A collection of Attributes that together represent a larger data value using PKCS#7 padding.
LongEncryptedAttribute
LongEncryptedPseudonym
LongPseudonym
A collection of Pseudonyms that together represent a larger pseudonym value using PKCS#7 padding.

Traits§

LongEncryptable
A marker trait for encryptable types that use multi-block (long) encryption.
LongEncrypted
A marker trait for long encrypted types that can be decrypted.