From 84cbb34391851a6d858508cea6a11dc963b3c2e5 Mon Sep 17 00:00:00 2001 From: Gulliver Date: Mon, 30 Jan 2023 22:09:37 +0100 Subject: [PATCH] added link to draftspec and to alternative implementation of RSA blind signatures using OpenSSL or BoringSSL --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 60d159b..e29c56f 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,8 @@ https://crypto.stackexchange.com/questions/12707/usability-of-padding-scheme-in- https://crypto.stackexchange.com/questions/54085/is-there-a-standard-padding-format-for-rsa-blind-signatures/60728#60728 https://crypto.stackexchange.com/questions/5626/rsa-blind-signatures-in-practice + + + +alternative implementation using openssl +https://github.com/jedisct1/blind-rsa-signatures