mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
Replace all `Error::*(None)` instances in `hmac_operation.rs` with descriptive error messages, covering sign, verify, generate_key, import_key, and export_key operations. Testing: Existing WPT tests cover all HMAC operations and check error types, not message strings. No behavioral change. Fixes: Part of #40756 --------- Signed-off-by: Eyüp Can Akman <eyupcanakman@gmail.com>