https://github.com/EasyCrypt/easycrypt
Revision aae9601c9cb5165ea20483bab12852fb969dfff7 authored by Francois Dupressoir on 20 May 2021, 16:48:40 UTC, committed by GitHub on 20 May 2021, 16:48:40 UTC
Soft-merge chachapoly proof and its stdlib changes

We'll want to consider shifting the generic arguments on SKE (EUF-CMA + IND-CPA ⇒ IND-CCA) into standard libraries.
2 parent s ba45bb5 + f30e424
Raw File
Tip revision: aae9601c9cb5165ea20483bab12852fb969dfff7 authored by Francois Dupressoir on 20 May 2021, 16:48:40 UTC
Merge pull request #67 from EasyCrypt/merge-chachapoly
Tip revision: aae9601
.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