https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 86266aebe9e85f235009269211a06e2e0a1784a0 authored by Pierre-Yves Strub on 12 February 2020, 17:00:54 UTC
rigid auto rewrite
Tip revision: 86266ae
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