mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +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.