mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
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>