upstream: https://github.com/mirage/mirage-crypto
0
fork

Configure Feed

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

Apply dune fmt to dune files

Renaming packages to nox-* pushed several (libraries ...) lines past
dune fmt's wrap threshold, so dune fmt now spreads them one-per-line.
No semantic changes.

+20 -3
+6 -1
bench/dune
··· 1 1 (executables 2 2 (names speed) 3 - (libraries nox-crypto nox-crypto-rng nox-crypto-rng.unix nox-crypto-pk nox-crypto-ec)) 3 + (libraries 4 + nox-crypto 5 + nox-crypto-rng 6 + nox-crypto-rng.unix 7 + nox-crypto-pk 8 + nox-crypto-ec))
+7 -1
dune
··· 4 4 5 5 (mdx 6 6 (files README.md) 7 - (libraries nox-crypto nox-crypto.c nox-crypto-ec nox-crypto-pk nox-crypto-rng nox-crypto-rng.unix)) 7 + (libraries 8 + nox-crypto 9 + nox-crypto.c 10 + nox-crypto-ec 11 + nox-crypto-pk 12 + nox-crypto-rng 13 + nox-crypto-rng.unix))
+7 -1
ec/native/dune
··· 1 1 (mdx 2 - (libraries nox-crypto nox-crypto.c nox-crypto-ec nox-crypto-pk nox-crypto-rng nox-crypto-rng.unix) 2 + (libraries 3 + nox-crypto 4 + nox-crypto.c 5 + nox-crypto-ec 6 + nox-crypto-pk 7 + nox-crypto-rng 8 + nox-crypto-rng.unix) 3 9 (files README.md))