https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 6561b69dcc30a72b8a78c97019cfc46e4df655f0 authored by Pierre-Yves Strub on 19 November 2021, 22:43:31 UTC
prune virtual tc
Tip revision: 6561b69
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