diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-03-21 14:40:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-03-21 14:40:59 +0100 |
commit | 6a80c0bfa2da80a8f1efd600ee3c94f31d31b21d (patch) | |
tree | 42e06c619a46fb11bb602e94cb46707c40a93083 /src/include/taler_signatures.h | |
parent | 3cb188e8a7ffa30a6b264355011f45f594725741 (diff) | |
parent | 553d6eb23e3ac1001dd6c4e0523cddb88bc5e723 (diff) |
Merge branch 'master' of git+ssh://git.taler.net/var/git/exchange
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 729bed26..d958f16b 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -656,8 +656,13 @@ struct TALER_ExchangeKeyValidityPS struct GNUNET_CRYPTO_EccSignaturePurpose purpose; /** + * Hash of the auditor's URL. + */ + struct GNUNET_HashCode auditor_url_hash; + + /** * The long-term offline master key of the exchange, affirmed by the - * auditor. + * auditor. Hashed string, including 0-terminator. */ struct TALER_MasterPublicKeyP master; |