HMAC-based Extract-and-Expand Key Derivation Function (RFC 5869)
0
fork

Configure Feed

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

*: add (nox-csv :with-test) for CCSDS interop test vectors

Sweep [(nox-csv :with-test)] into 21 packages that load CSV-format
interop test vectors via [Csv.decode_file] but didn't declare
[nox-csv] as a test-scope opam dep. Most are CCSDS protocol
implementations whose [test/interop/.../test.ml] decodes vendor-
supplied vectors stored as CSV alongside the test fixtures.

ocaml-aos, ocaml-ax25, ocaml-bundle, ocaml-clcw, ocaml-cose,
ocaml-fsr, ocaml-hkdf, ocaml-merge3, ocaml-protobuf, ocaml-pus,
ocaml-reed-solomon, ocaml-rice, ocaml-s3, ocaml-space-packet,
ocaml-tc, ocaml-tcf, ocaml-tcpcl, ocaml-tm, ocaml-turbo, ocaml-uslp,
ocaml-viterbi.

Each verified by [dune build] + [dune runtest].

+2
+1
dune-project
··· 14 14 (ocaml (>= 5.1)) 15 15 (digestif (>= 1.0)) 16 16 (mdx :with-test) 17 + (nox-csv :with-test) 17 18 (alcotest :with-test)))
+1
nox-hkdf.opam
··· 12 12 "ocaml" {>= "5.1"} 13 13 "digestif" {>= "1.0"} 14 14 "mdx" {with-test} 15 + "nox-csv" {with-test} 15 16 "alcotest" {with-test} 16 17 "odoc" {with-doc} 17 18 ]