From 23e63807085b13a9b221c3374d05099559583011 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 9 Feb 2022 18:10:09 +0100 Subject: Add signature verification to list retrieval - Move test data to src - Verify signatures by calling the Verify method - Add a customizable parameter to force prehashed signatures Signed-off-by: jwijenbergh --- src/test_data/server_list.json.blake2b | Bin 0 -> 64 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/test_data/server_list.json.blake2b (limited to 'src/test_data/server_list.json.blake2b') diff --git a/src/test_data/server_list.json.blake2b b/src/test_data/server_list.json.blake2b new file mode 100644 index 0000000..5d2ca5a Binary files /dev/null and b/src/test_data/server_list.json.blake2b differ -- cgit v1.2.3