Module Dirsp_proscript_mirage
module type CUSTOM_OPTIONS = sig ... endmodule DefaultOptions : CUSTOM_OPTIONSmodule Make : functor () Dirsp_proscript.SMake a Proscript runtime that uses the mirage-crypto libraries
module CustomizedMake : functor (Opts : CUSTOM_OPTIONS) -> Dirsp_proscript.SMake a customized Proscript runtime that uses the mirage-crypto, mirage-crypto-ec and mirage-crypto-rng.lwt libraries.