package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. memory : Binsec.Bitvector.t B.Map.t S.Map.t;
  2. public : Binsec.Bitvector.t list S.Map.t;
  3. secret1 : Binsec.Bitvector.t list S.Map.t;
  4. secret2 : Binsec.Bitvector.t list S.Map.t;
}
val toml : t -> Toml.Types.table
val pp : Format.formatter -> t -> unit