ssprove icon indicating copy to clipboard operation
ssprove copied to clipboard

A foundational framework for modular cryptographic proofs in Coq

Results 8 ssprove issues
Sort by recently updated
recently updated
newest added

In the paper it is now called `dom` for domain.

The name is not great, instead we should have relations between code / packages and their interfaces and state.

Maybe rules and tactics should not be called synchronous and asynchronous but perhaps be one-sided or two-sided or left- and right-biased. `ssprove_sync` could also become `ssprove_cong`.

We can discuss about it in this draft PR.

The idea is to use https://github.com/coq-community/templates so that we probably use something more principled for our CI jobs. The template can do more but I'd say we're good with these...

Dear SSProvers, this PR adds the following: - support loading `SSProve` via Nix flakes - additional CI jobs: - to test the added Nix flake - to test the CI...