exchange/src/json
Özgür Kesim 31f74059e0
[new /keys response] create and parse denomination implemented
- /keys response now contains signed denomintations
	- hashes of denominations now XOR'ed per group into a single hash-code
	- final hash-code is now XOR of all group hash codes
	- final hash-code is signed

- lib/exchange_api_handle support for new "denominations" implemented
	- parses array of denomation groups
	- creates running xor of hashes
	- verifies signature at the end
	- previous diff/merge logic for keys remains intact.
2022-06-26 16:59:27 +02:00
..
.gitignore add test for json_wire.c logic 2019-06-26 20:43:08 +02:00
i18n.c -make gettext compatible 2021-08-04 18:34:25 +02:00
json_helper.c [new /keys response] create and parse denomination implemented 2022-06-26 16:59:27 +02:00
json_pack.c [new /keys response] create and parse denomination implemented 2022-06-26 16:59:27 +02:00
json_wire.c -big renaming of structs for consistent naming with P suffix 2022-02-21 00:23:23 +01:00
json.c -big renaming of structs for consistent naming with P suffix 2022-02-21 00:23:23 +01:00
Makefile.am trying to fix #7039 insanity for RFC 8785, Dold: please check 2021-11-21 00:53:11 +01:00
test_json_wire.c -require receiver-name in iban payto URIs 2021-08-08 00:01:07 +02:00
test_json.c -big renaming of structs for consistent naming with P suffix 2022-02-21 00:23:23 +01:00