Expand description
cashweb-auth-wrapper is a library providing deserialization, parsing, and verification needed within the Authorization Wrapper Framework.
Structs§
- Auth
Wrapper - AuthWrapper provides integrity, authentication, and non-repuditation by providing a standard structure for covering blobs with signatures.
- Parsed
Auth Wrapper - Represents an
AuthWrapperpost-parsing.
Enums§
- Parse
Error - Error associated with validation and parsing of the
AuthWrapper. - Signature
Scheme - Supported signature schemes. Default is Schnorr, but can be ECDSA.
- Verify
Error - Error associated with verifying the signature of an
AuthWrapper.