add crypto.ml
This commit is contained in:
parent
bf4a24ac64
commit
65ccb5a86f
7 changed files with 152 additions and 152 deletions
|
|
@ -246,9 +246,9 @@ include UTIL
|
|||
(* -- Cryptographic primitives -- *)
|
||||
|
||||
module DenominationHash = MK_SRC_HASH_32 (struct
|
||||
type src = Types.RsaPublicKey.t
|
||||
type src = Crypto.RsaPublicKey.t
|
||||
|
||||
let to_octets = Types.RsaPublicKey.to_octets
|
||||
let to_octets = Crypto.RsaPublicKey.to_octets
|
||||
end)
|
||||
|
||||
module ExchangePublicKeyP = struct
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue