Bundle Protocol Security (RFC 9172) - authentication and encryption for DTN
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_bpsec.ml
··· 67 67 test_case "BCB roundtrip" [ bytes; bytes ] test_bcb_roundtrip; 68 68 test_case "CBOR roundtrip" [ bytes; bytes ] test_cbor_roundtrip; 69 69 ] ) 70 - 71 - let run () = Crowbar.run "bpsec" [ suite ]