From a7001e4a3d02c6e9be8ce8fbfba63f03aeb8bc5a Mon Sep 17 00:00:00 2001 From: cygnet <131168104+cygnet3@users.noreply.github.com> Date: Mon, 24 Jul 2023 00:29:12 +0200 Subject: [PATCH] Update README.md (#4) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2810d09..5be5a40 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,5 @@ However, for ease of reading the data, some slight changes have been made to the - Empty labels are given as an empty map `{}` rather than an empty list `[]` - The label integer `m` is given in 32-byte big-endian hex format + +You can test the code using the test vectors by running `cargo test`