Skip to content

Make sure random values generated in unit tests are not dependent on endianness #3

@imeckler

Description

@imeckler

This shouldn't really cause any issues, but just to maintain total endian-independence, we need to check that the random values generated in unit tests are not dependent on endianness. In particular, we should use a byte array for the input and output of sha256 instead of an array of uint64_ts.

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