Module aptos_crypto::validatable
source · [−]Expand description
This module provides the Validate trait and Validatable type in order to aid in deferred
validation.
Structs
An unvalidated Ed25519PublicKey
Used in connection with the Validate trait to be able to represent types which can benefit
from deferred validation as a performance optimization.
Traits
The Validate trait is used in tandem with the Validatable type in order to provide deferred
validation for types.