|
|
|
|
|
by fefe23
679 days ago
|
|
"cryptographically secure bootloader" is a meaningless phrase. They mean a boot loader that validates cryptographic public key signatures of the loaded component. That would be a secure cryptographic bootloader. AFTER they have proven that it is, in fact, secure. You can't just write some code and then say it must be secure because Rust was involved. |
|
The article doesn't claim that at all.
The cryptographically secure part comes from doing cryptographic verification of the code before running it.
The article talks about using Rust to improve memory safety.