Skip to content

A Bug in the Conf Phase of ABA protocol #57

Description

@xygdys

There is a bug in the CONF Phase implement

broadcast(('CONF', epoch, tuple(bin_values[epoch])))

The message broadcast on line 40 should be values, which is the output of AUX Phase, instead of bin_values. Otherwise, the security guarantees of the AUX round would not take effect!

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