rm keys.ml; use pool device

This commit is contained in:
swrup 2026-04-03 13:59:59 +02:00 committed by Swrup
parent 1c0167f401
commit 8a9f188db3
7 changed files with 462 additions and 467 deletions

View file

@ -98,7 +98,9 @@ let () =
(* -- *)
let fs = Fat.create storage in
let cfg = Vifu.Config.v Config.Exchange.port in
let devices = Vifu.Devices.[ Mte_device.db_conn; Mte_device.keys ] in
let devices =
Vifu.Devices.[ Mte_device.sm_eddsa; Mte_device.sm_rsa; Mte_device.pool ]
in
let handlers = [ Mte_handler.not_implemented_route ] in
let env = { Env.sw; stack; tcp; dns; fs } in
Logs.info (fun m -> m "Starting MTE server");