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.

fix(lint): remove redundant make_ prefixes (E331)

Rename make_superblock → superblock, make_inode_buf → inode_buf,
make_image → image, make_key → key in squashfs and streaming-aead.

-2
-2
fuzz/fuzz_paseto.ml
··· 141 141 test_case "v4 malformed input doesn't crash" [ bytes; bytes ] 142 142 test_v4_malformed_input; 143 143 ] ) 144 - 145 - let run () = Crowbar.run "paseto" [ suite ]