add crypto.ml

This commit is contained in:
swrup 2025-11-21 19:07:36 +01:00
parent bf4a24ac64
commit 65ccb5a86f
7 changed files with 152 additions and 152 deletions

View file

@ -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