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
COPYRIGHT
EasyCrypt (excluding the EasyCrypt standard library):
  Copyright (c) - 2012-2016 - IMDEA Software Institute
  Copyright (c) - 2012-2018 - Inria
  Copyright (c) - 2012-2018 - X
  Distributed under the terms of the CeCILL-C license

  http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.txt

EasyCrypt standard library (theories/**/*.ec):
  Copyright (c) - 2012-2016 - IMDEA Software Institute
  Copyright (c) - 2012-2018 - Inria
  Copyright (c) - 2012-2018 - X
  Distributed under the terms of the CeCILL-B licence.

  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt
back to top