add hash.ml + refacto

This commit is contained in:
swrup 2026-02-05 17:51:24 +01:00
parent 55ccc6f18a
commit 63e711f7dd
11 changed files with 193 additions and 199 deletions

View file

@ -207,4 +207,4 @@ type eddsa_sig = EddsaSignature.t
type rsa_priv = RsaPrivateKey.t
type rsa_pub = RsaPublicKey.t
type rsa_sig = RsaSignature.t
type denomination_hash = Bin_type.DenominationHash.t
type denomination_hash = Hash.DenominationHash.t