https://github.com/EasyCrypt/easycrypt
Revision 6965ea6c74dc9c5674d7548c80d01b7eaf6b56fa authored by Pierre-Yves Strub on 10 June 2020, 07:46:26 UTC, committed by Pierre-Yves Strub on 10 June 2020, 07:46:26 UTC
1 parent 2064617
Raw File
Tip revision: 6965ea6c74dc9c5674d7548c80d01b7eaf6b56fa authored by Pierre-Yves Strub on 10 June 2020, 07:46:26 UTC
binomial law + basic lemmas (full / support)
Tip revision: 6965ea6
ecBigInt.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2018 - Inria
 * Copyright (c) - 2012--2018 - Ecole Polytechnique
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

include EcBigIntCore.TheInterface
back to top