Skip to content

create_extended_keypair should use Random and be made deterministic for fuzzing #2649

Description

@iphydf

crypto_sign_keypair generates random numbers and then derives a key. We should use Random for random numbers and derive the key from that. It's exactly the same in production builds, but in fuzzing this ensures that we can fuzz NGC properly.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions