Skip to content

Commit 53e52c9

Browse files
committed
size of an individual sig
1 parent d132e06 commit 53e52c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-stm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ fn main() {
143143

144144
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.
145145

146-
Note that single signatures do not contain the Merkle path, and therefore have a **constant size of 176 bytes**.
146+
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).
147147

148148
```shell
149149
+----------------------+

0 commit comments

Comments
 (0)