+ secmod; + .master_sig

This commit is contained in:
swrup 2025-10-19 01:10:52 +02:00
parent bc6ea09a59
commit aa2ff7b2f0
6 changed files with 66 additions and 43 deletions

View file

@ -246,9 +246,8 @@ include UTIL
(* -- Cryptographic primitives -- *)
module DenominationHash = MK_SRC_HASH_32 (struct
type src = Mirage_crypto_pk.Rsa.pub
type src = Types.RsaPublicKey.t
(* function to convert src type to a string for hashing *)
let to_octets = Types.RsaPublicKey.to_octets
end)