PASETO tokens for OCaml - v3.local (AES-256-CTR) and v4.local (XChaCha20)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

paseto: fix README — v4.local uses BLAKE2b-MAC, not Poly1305

+1 -1
+1 -1
README.md
··· 1 1 ## PASETO - Platform-Agnostic Security Tokens implementation 2 2 3 - Type-safe PASETO tokens (RFC draft) for OCaml. Supports v3.local (AES-256-CTR + HMAC-SHA384) and v4.local (XChaCha20-Poly1305) for symmetric authenticated encryption of JSON payloads. 3 + Type-safe PASETO tokens (RFC draft) for OCaml. Supports v3.local (AES-256-CTR + HMAC-SHA384) and v4.local (XChaCha20 + BLAKE2b-MAC) for symmetric authenticated encryption of JSON payloads. 4 4 5 5 ## Installation 6 6