https://github.com/EasyCrypt/easycrypt
Revision 456a7c96e40fa6827d92fbc36d8cd75fdd8abab1 authored by François Dupressoir on 21 January 2020, 09:40:25 UTC, committed by François Dupressoir on 21 January 2020, 11:46:06 UTC
No keys are needed for the ideal RP,
The raw interface can be defined separately as needed.
1 parent e7dea73
Raw File
Tip revision: 456a7c96e40fa6827d92fbc36d8cd75fdd8abab1 authored by François Dupressoir on 21 January 2020, 09:40:25 UTC
Simplifying the PRF interface
Tip revision: 456a7c9
ecFortune.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
 * -------------------------------------------------------------------- *)

(* -------------------------------------------------------------------- *)
val init : unit -> unit
val pick : unit -> string option
back to top