diff options
| author | Christian Grothoff <grothoff@gnunet.org> | 2021-11-05 21:37:46 +0100 |
|---|---|---|
| committer | Christian Grothoff <grothoff@gnunet.org> | 2021-11-05 21:37:46 +0100 |
| commit | ebbc250f8b86de14a5684addade285cb5d1ad9ac (patch) | |
| tree | 43fb26307a3cb6257e3460db93eb13d9d973413b /src/include | |
| parent | 2549fb6dc7b08c03196ef40d8326d10e661a5379 (diff) | |
-brks
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_crypto_lib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 06247689..a948d98e 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! }; |
