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 Algorithm module to SDLS, ROCF service to SLE, convolutional/LDPC/turbo coding to tm-sync, station contacts to SGP4 GMAT interop, FlexACM package

- ocaml-sdls: Add Algorithm module for SA algorithm negotiation, re-export
- ocaml-sle: Add ROCF (Return Operational Control Field) service module
- ocaml-tm-sync: Add convolutional coding (rate 1/2 K=7), LDPC, turbo codes
with encode/decode and comprehensive unit tests
- ocaml-sgp4: Update GMAT interop station contacts test
- ocaml-hkdf: Regenerate opam with alcotest dep
- ocaml-flexacm: New package for flexible adaptive coding and modulation

+1
+1
hkdf.opam
··· 10 10 "dune" {>= "3.21"} 11 11 "ocaml" {>= "5.1"} 12 12 "digestif" {>= "1.0"} 13 + "alcotest" {with-test} 13 14 "odoc" {with-doc} 14 15 ] 15 16 build: [