Skip to content

Commit

Permalink
size of an individual sig
Browse files Browse the repository at this point in the history
  • Loading branch information
curiecrypt committed Nov 28, 2022
1 parent d132e06 commit 53e52c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mithril-stm/README.md
Expand Up @@ -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
+----------------------+
Expand Down

0 comments on commit 53e52c9

Please sign in to comment.