SPAKE2/SPAKE2+ password-authenticated key exchange for OCaml
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.

+9 -1
+9 -1
lib/dune
··· 1 1 (library 2 2 (name spake2) 3 3 (public_name spake2) 4 - (libraries zarith digestif fmt nox-kdf.hkdf pbkdf2 nox-crypto-rng nox-crypto-ec logs)) 4 + (libraries 5 + zarith 6 + digestif 7 + fmt 8 + nox-kdf.hkdf 9 + pbkdf2 10 + nox-crypto-rng 11 + nox-crypto-ec 12 + logs))