From 53e52c9220774b9f08bb6deaf159e2556f2b5380 Mon Sep 17 00:00:00 2001 From: curiecrypt Date: Mon, 28 Nov 2022 15:06:57 +0300 Subject: [PATCH] size of an individual sig --- mithril-stm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril-stm/README.md b/mithril-stm/README.md index e0fc247803..3f76308e74 100644 --- a/mithril-stm/README.md +++ b/mithril-stm/README.md @@ -143,7 +143,7 @@ fn main() { Here we give the benchmark results of STM for size and time. We run the benchmarks on macOS 12.6 on an Apple M1 Pro machine with 16 GB of RAM. -Note that single signatures do not contain the Merkle path, and therefore have a **constant size of 176 bytes**. +Note that the size of an individual signature with one valid index is **176 bytes** and increases linearly in the length of valid indices (where an index is 8 bytes). ```shell +----------------------+