cyberchef/.cspell.json
Parman Mohammadalizadeh b311249dd1 Add SHE Key Update operation
Generates the AUTOSAR SHE (Secure Hardware Extension) memory update
protocol messages M1-M5 for loading a key into a SHE module. Supports
the standard key slots, the SHE and SHE+ constants, and the protection
flags. Verified against the AUTOSAR memory update protocol test vectors.
2026-07-24 16:09:47 +02:00

17 lines
329 B
JSON

{
"version": "0.2",
"language": "en,en-gb",
"words": ["AUTOSAR", "Miyaguchi", "Preneel"],
"dictionaries": [
"npm",
"softwareTerms",
"node",
"html",
"css",
"bash",
"en-gb",
"misc"
],
"ignorePaths": ["package.json", "package-lock.json", "node_modules"]
}