Files
servo/components/script/dom/subtlecrypto
Kingsley Yung f804216ec4 script: Rename ExportedKey::Raw to ExportedKey::Bytes (#40809)
The enum variant `ExportedKey::Raw(Vec<u8>)` is actually used when a key
is exported in "raw", "spki" or "pkcs8" format. Naming it as `Raw` could
be confusing.

This patch renames `ExportedKey::Raw` to `ExportedKey::Bytes`.

Testing: No behavioral change. Existing tests suffice.

Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
2025-11-22 05:36:45 +00:00
..