https://github.com/EasyCrypt/easycrypt
Revision 4180067686747b1eb20d468ad45266b535a6de17 authored by Christian Doczkal on 09 April 2022, 11:43:18 UTC, committed by Christian Doczkal on 27 April 2022, 12:11:20 UTC
1 parent 3b14065
Raw File
Tip revision: 4180067686747b1eb20d468ad45266b535a6de17 authored by Christian Doczkal on 09 April 2022, 11:43:18 UTC
clean up Oracle_PKE (IND-CCA2)
Tip revision: 4180067
.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