wip secmod
This commit is contained in:
parent
592ebee9a3
commit
f7b1de3a5a
8 changed files with 152 additions and 112 deletions
|
|
@ -123,11 +123,7 @@ let () =
|
|||
Miou_unix.run @@ fun () ->
|
||||
let env = () in
|
||||
let devices =
|
||||
Vif.Devices.
|
||||
[
|
||||
Management.eddsa_online_key_device;
|
||||
Management.rsa_denomination_key_device;
|
||||
]
|
||||
Vif.Devices.[ Secmod_keys.signkey_device; Secmod_keys.denom_device ]
|
||||
in
|
||||
let middlewares = Vif.Middlewares.[] in
|
||||
Vif.run ~cfg ~devices ~middlewares routes env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue