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