Expand description
PASETO core traits and types.
This library is mainly offered for crypto developers to write PASETO libraries easily.
See:
Modules§
- encodings
- PASETO Message encodings.
- key
- Core traits and types for PASETO keys.
- pae
- Pre-auth encoding
- paserk
- PASERK: Platform-Agnostic Serialized Keys
- tokens
- Generic Tokens
- validation
- Common PASETO claims validations.
- version
- Various helper traits
Enums§
- Paseto
Error - Error returned for all PASETO and PASERK operations that can fail
Type Aliases§
- Encrypted
Token - A token with secret data
- Local
Key - Private key used for
encryptionanddecryptiom - Public
Key - Public key used for signature
verification - Secret
Key - Private key used for token
signing - Signed
Token - A token with publically readable data, but not yet verified
- Unencrypted
Token - An
EncryptedTokenthat has been decrypted - Unsigned
Token - A
SignedTokenthat has been verified