https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 5c9e395d0f141769da594ed4e40decd329f78455 authored by Gustavo Delerue on 08 March 2024, 19:29:32 UTC
Fixed bruteforce, added bitwuzla equivalence checking
Tip revision: 5c9e395
.dir-locals.el
((tuareg-mode .
   ((require-final-newline . t)
    (c-basic-offset . 2)
    (tab-width . 2)
    (indent-tabs-mode . nil)
    (eval . (add-hook 'write-contents-functions 'delete-trailing-whitespace)))))
 (easycrypt-mode .
   ((require-final-newline . t)
    (indent-tabs-mode . nil)))
back to top