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
.merlin
S src
S src/phl
S src/system
S src/why3

B _build/src
B _build/src/phl
B _build/src/system
B _build/src/why3

PKG batteries
PKG menhirLib
PKG why3
PKG zarith
PKG pcre
PKG inifiles
PKG yojson

FLG -rectypes
FLG -w Y -w Z -w -23 -w +28 -w +33
back to top