SPAKE2/SPAKE2+ password-authenticated key exchange for OCaml
0
fork

Configure Feed

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

at main 3 lines 89 B view raw
1let () = 2 Crypto_rng_unix.use_default (); 3 Alcotest.run "spake2" [ Test_spake2.suite ]