diff --git a/README.md b/README.md index 6052dbb..36ef24a 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,10 @@ For this the following data will be gathered: The resulting data will be hashed with HKDF. +## Example Data + +Under `misc/example` a couple of files of example random data can be found (e.g. 1MiB and 10MiB) + ## Build ### Jar Sign diff --git a/misc/example/1.3.0/example_rnd_10MiB b/misc/example/1.3.0/example_rnd_10MiB new file mode 100644 index 0000000..d4e54a9 Binary files /dev/null and b/misc/example/1.3.0/example_rnd_10MiB differ diff --git a/misc/example/1.3.0/example_rnd_1MiB b/misc/example/1.3.0/example_rnd_1MiB new file mode 100644 index 0000000..fc1c05b Binary files /dev/null and b/misc/example/1.3.0/example_rnd_1MiB differ