Module diem_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
Validatetrait to be able to represent types which can benefit from deferred validation as a performance optimization. 
Traits
- The
Validatetrait is used in tandem with theValidatabletype in order to provide deferred validation for types.