Skip to content

✨ Incorrect Hex Conversion in ElectionGuard Design Specification Appendix #352

@cmiegab

Description

@cmiegab

Is there an existing issue for this?

  • I have searched the existing issues

Suggestion

In the ElectionGuard Design Specification (v2.1, and also applicable to version 1.0), within the Appendix section under Toy Parameters for Testing Purpose, there is an incorrect hexadecimal representation of the 32-bit prime number (p)

Current text:
p = 4214179679 = 0xFB2B 475F,

Possible Implementation

The hexadecimal value for the 32-bit prime number p is written as 0xFB2B475F. The correct hex value should be 0xFB2F 475F (note the F instead of B)

Corrected text:
p = 4214179679 = 0xFB2F 475F,

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttriageWaiting to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions