Formally verified library of modern cryptographic algorithms, including Curve25519, Ed25519, AES-GCM, Chacha20, Poly1305, SHA-2, SHA-3, HMAC, and HKDF. The code for all of these algorithms is formally verified using the F* verification framework for memory safety, functional correctness, and secret independence (resistance to some types of timing side-channels).
Formally verified library of modern cryptographic algorithms, including Curve25519, Ed25519, AES-GCM, Chacha20, Poly1305, SHA-2, SHA-3, HMAC, and HKDF. The code for all of these algorithms is formally verified using the F* verification framework for memory safety, functional correctness, and secret independence (resistance to some types of timing side-channels).
To install ocaml-hacl-star-raw, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-hacl-star-raw
To see what files were installed by ocaml-hacl-star-raw, run:
port contents ocaml-hacl-star-raw
To later upgrade ocaml-hacl-star-raw, run:
sudo port selfupdate && sudo port upgrade ocaml-hacl-star-raw
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.