Skip to content

Format Signature and other types as hex in Debug implementation #215

@teor2345

Description

@teor2345

Currently redjubjub formats Signature as an array of integers, which makes signatures hard to debug:

[39, 102, 7, 25, ... ]

Most cryptographic libraries format their types as a hexadecimal string.

This impacts the following types:

  • Signature
  • VerificationKeyBytes

You can see an example of these changes for redpallas in:

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