Process Services PXI: Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
| 0x000100C6 | | 0x000100C6 | ||
| [[1.0.0-0]] | | [[1.0.0-0]] | ||
| This crypts a raw message with RSA | | This crypts a raw message with RSA. | ||
|- | |- | ||
| 0x00020284 | | 0x00020284 | ||
Line 61: | Line 61: | ||
| With [[2.0.0-2]] the system no longer handles this command at all. This is mostly the same as GenerateRandomBytes. | | With [[2.0.0-2]] the system no longer handles this command at all. This is mostly the same as GenerateRandomBytes. | ||
|} | |} | ||
These RSA commands are an interface for using the [[RSA]] engine, attempting to use a RSA byte-size larger than 0x100(RSA-2048) results in a hang since the [[RSA]] engine does not support >RSA-2048. |