mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-29 03:54:38 -04:00
65e7ede499
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.