https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 2b7b58c4b31cf74da6062396ac96fb12b9499ea0 authored by Pierre-Yves Strub on 15 October 2019, 07:02:30 UTC
Merge branch '1.0' into deploy-global-union
Tip revision: 2b7b58c
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