upstream: https://github.com/mirage/mirage-crypto
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_crypto.ml
··· 145 145 test_case "chacha20-poly1305 roundtrip" [ bytes; bytes; bytes ] 146 146 test_chacha20_poly1305_roundtrip; 147 147 ] ) 148 - 149 - let run () = Crowbar.run "crypto" [ suite ]