summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-11-05 21:37:46 +0100
committerChristian Grothoff <grothoff@gnunet.org>2021-11-05 21:37:46 +0100
commitebbc250f8b86de14a5684addade285cb5d1ad9ac (patch)
tree43fb26307a3cb6257e3460db93eb13d9d973413b /src/include/taler_crypto_lib.h
parent2549fb6dc7b08c03196ef40d8326d10e661a5379 (diff)
downloadexchange-ebbc250f8b86de14a5684addade285cb5d1ad9ac.tar.gz
exchange-ebbc250f8b86de14a5684addade285cb5d1ad9ac.tar.bz2
exchange-ebbc250f8b86de14a5684addade285cb5d1ad9ac.zip
-brks
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 06247689f..a948d98e9 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -326,6 +326,7 @@ struct TALER_CoinSpendSignatureP
*/
struct TALER_DenominationBlindingKeyP
{
+ // FIXME: RSA migration!
/**
* Taler uses RSA for blind signatures.
*/
@@ -986,6 +987,7 @@ struct TALER_PlanchetSecretsP
* The blinding key.
*/
struct TALER_DenominationBlindingKeyP blinding_key;
+ // FIXME: RSA migration on generation!
};