/// Security error types for oxirush-security.
///
/// Used for operations that can genuinely fail at runtime (e.g., invalid
/// external key material in SUCI ECIES). Internal operations on fixed-size
/// arrays use `.expect()` instead, since their sizes are compile-time guaranteed.