From 47790d6def208b038e343f01b42df663c6362bd8 Mon Sep 17 00:00:00 2001 From: swrup Date: Mon, 23 Feb 2026 19:21:29 +0100 Subject: [PATCH] --- src/crypto.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/crypto.ml b/src/crypto.ml index 4ce582f9..dd701491 100644 --- a/src/crypto.ml +++ b/src/crypto.ml @@ -275,7 +275,8 @@ type rsa_pub = RsaPublicKey.t type rsa_sig = RsaSignature.t type denom_hash = Hash.DenominationHash.t -(* WIP *) +(* WIP + https://www.taler.net/papers/cs-thesis.pdf *) module FDH_RSA = struct open Mirage_crypto_pk