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.

Update READMEs to reference nox- package names

Each README's 'opam install <pkg>' instructions now match the post-rename
opam package names. Auto-generated by 'monopam lint --fix' after the
nox-* prefix landed on the underlying packages.

+2 -2
+2 -2
README.md
··· 16 16 17 17 <!-- $MDX skip --> 18 18 ```sh 19 - $ opam install hkdf 19 + $ opam install nox-hkdf 20 20 ``` 21 21 22 22 If opam cannot find the package, it may not yet be released in the public ··· 26 26 ```sh 27 27 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 28 28 $ opam update 29 - $ opam install hkdf 29 + $ opam install nox-hkdf 30 30 ``` 31 31 32 32 ## Usage