This commit is contained in:
swrup 2026-02-20 10:35:49 +01:00
parent d370717a59
commit 529b2bae97
3 changed files with 18 additions and 17 deletions

View file

@ -2,10 +2,8 @@ open Parse_config
let config_filename = "mte.conf"
(* TODO config : rm *)
let secrets_dir = Fpath.v "secrets"
let secmod_dir = Fpath.(secrets_dir / "secmod")
let secmod_eddsa_dir = Fpath.(secrets_dir / "secmod_eddsa")
(* TODO config
read Fpath.t *)
let config_data =
match Assets_crunch.read config_filename with
@ -203,8 +201,8 @@ module Exchange_secmod_eddsa = struct
let lookahead_sign = get "lookahead_sign" |> duration
let overlap_duration = get "overlap_duration" |> duration
let duration = get "duration" |> duration
let sm_priv_key = get "sm_priv_key"
let key_dir = get "key_dir"
let sm_priv_key = get "sm_priv_key"
end
(* -- *)