mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 14:53:08 +00:00
When runtime safety is turned on, `Ed25519.fromSecretKey()` can currently hit an assertion if the format of the secret key is invalid. Return an error instead, so that applications can recover.