Crate cashweb_auth_wrapper

Crate cashweb_auth_wrapper 

Source
Expand description

cashweb-auth-wrapper is a library providing deserialization, parsing, and verification needed within the Authorization Wrapper Framework.

Structs§

AuthWrapper
AuthWrapper provides integrity, authentication, and non-repuditation by providing a standard structure for covering blobs with signatures.
ParsedAuthWrapper
Represents an AuthWrapper post-parsing.

Enums§

ParseError
Error associated with validation and parsing of the AuthWrapper.
SignatureScheme
Supported signature schemes. Default is Schnorr, but can be ECDSA.
VerifyError
Error associated with verifying the signature of an AuthWrapper.