Skip to content

Rolling hash should be previous rolling hash + previous accumulator #10

Description

@airvin

Currently the rolling hash is created by taking the rolling hash for the previous block and hashing it together with the accumulator for the current block. However, it should be changed to have the accumulator for the current block be the hash of the previous block and the previous block's accumulator. This allows the bulletin board to know what the rolling hash should be and immediately detect any mismatches in accumulator history at the time of commitment submission.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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