https://github.com/EasyCrypt/easycrypt
Revision dda8233be40417a253e40810609687c19f2d13dd authored by Pierre-Yves Strub on 02 December 2021, 07:45:45 UTC, committed by Pierre-Yves Strub on 02 December 2021, 07:46:33 UTC
1 parent f66167f
Raw File
Tip revision: dda8233be40417a253e40810609687c19f2d13dd authored by Pierre-Yves Strub on 02 December 2021, 07:45:45 UTC
CI / Zulip
Tip revision: dda8233
ecBigInt.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2021 - Inria
 * Copyright (c) - 2012--2021 - Ecole Polytechnique
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

include EcBigIntCore.TheInterface
back to top