MNET: wip devices
This commit is contained in:
parent
832098dd58
commit
7ed875cd5e
6 changed files with 162 additions and 79 deletions
|
|
@ -26,9 +26,9 @@ module type S = sig
|
|||
denom_hash -> Signatures.MasterDenominationKeyRevocation.t -> unit result
|
||||
end
|
||||
|
||||
module Make (Conn : Pg.CONN) : S = struct
|
||||
module Sm_eddsa = Secmod_eddsa.Make ()
|
||||
module Sm_rsa = Secmod_rsa.Make ()
|
||||
module Make (Conn : Pg.CONN) (Fs : Fat.FS) : S = struct
|
||||
module Sm_eddsa = Secmod_eddsa.Make (Fs)
|
||||
module Sm_rsa = Secmod_rsa.Make (Fs)
|
||||
|
||||
let conn = (module Conn : Pg.CONN)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue