https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 1e7b21050ede28353cf8d58773fef6e206c427f2 authored by Christian Doczkal on 21 January 2022, 14:50:35 UTC
adapt to changes in Hybrid
Tip revision: 1e7b210
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