Crate indy_utils

Crate indy_utils 

Source

Re-exports§

pub use qualifiable::Qualifiable;

Modules§

base58
base58 encoding and decoding
did
Indy DID representation and derivation
keys
Indy signing keys and verification keys
qualifiable
Trait for qualifiable identifier types, having an optional prefix and method

Macros§

invalid
Macro to return a new ValidationError with an optional message
new_handle_type
Derive a new handle type having an atomically increasing sequence number
qualifiable_type
Derive a new Qualifiable string type
serde_derive_impl

Structs§

ConversionError
Error type for general data conversion errors
EncryptionError
Error type for failure of encryption and decryption operations
UnexpectedError
Error type for eventualities that shouldn’t normally occur
ValidationError
Error type for failures of Validatable::validate

Traits§

Validatable
Trait for data types which need validation after being loaded from external sources