upstream: https://github.com/mirage/mirage-crypto
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
··· 42 42 43 43 <!-- $MDX skip --> 44 44 ```sh 45 - $ opam install crypto crypto-rng crypto-pk crypto-ec 45 + $ opam install nox-crypto nox-crypto-rng nox-crypto-pk nox-crypto-ec 46 46 ``` 47 47 48 48 If opam cannot find the packages, they may not yet be released in the public ··· 52 52 ```sh 53 53 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 54 54 $ opam update 55 - $ opam install crypto crypto-rng crypto-pk crypto-ec 55 + $ opam install nox-crypto nox-crypto-rng nox-crypto-pk nox-crypto-ec 56 56 ``` 57 57 58 58 ## Usage