[][src]Crate cashweb_auth_wrapper

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.