commit 1046ce9f9e5549c4c657ce8870a09272af048e42 parent b456c984226c9a1990dde2fcd153bf57714be052 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Fri, 7 Nov 2025 22:08:22 +0100 update signatures from gana Diffstat:
| M | internal/gana/taler_signatures.go | | | 24 | ++++++++++++------------ |
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/internal/gana/taler_signatures.go b/internal/gana/taler_signatures.go @@ -405,18 +405,6 @@ const ( /** - * Signature over messages to delete in the mailbox service (GNU Taler) - */ - TALER_SIGNATURE_PURPOSE_MAILBOX_MESSAGES_DELETE = 1223 - - - /** - * Signature over new key set in key update (GNU Taler) - */ - TALER_SIGNATURE_PURPOSE_MAILBOX_KEYS_UPDATE = 1224 - - - /** * Signature on a denomination key announcement. (GNU Taler) */ TALER_SIGNATURE_PURPOSE_SM_RSA_DENOMINATION_KEY = 1250 @@ -474,4 +462,16 @@ const ( * EdDSA signature for a backup upload. (GNU Taler) */ TALER_SIGNATURE_PURPOSE_SYNC_BACKUP_UPLOAD = 1450 + + + /** + * Signature over messages to delete in the mailbox service (GNU Taler) + */ + TALER_SIGNATURE_PURPOSE_MAILBOX_MESSAGES_DELETE = 1551 + + + /** + * Signature over new key set in key update (GNU Taler) + */ + TALER_SIGNATURE_PURPOSE_MAILBOX_KEYS_UPDATE = 1552 )