Thanks to visit codestin.com
Credit goes to github.com

Skip to content

How many hash signatures fit into a transaction? #39

@RobinLinus

Description

@RobinLinus

The operator's trace commitment consists of many large Winternitz signatures.

Due to the max stack height, we can't fit many signatures into a single output. Thus, we will have to use a transaction with multiple outputs in parallel, overcoming that limit. However, that comes at the cost of the overhead for multiple outputs.

Let's implement a transaction and benchmark the number of bits we can sign per block.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions