Editing Talk:Seeds
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 69: | Line 69: | ||
0x3E0: CABE72E5634DFD185FCEBDFF3FAE5DF8 | 0x3E0: CABE72E5634DFD185FCEBDFF3FAE5DF8 | ||
0x3F0: B2A7421C8757427FC46F2C29DB9E76ED | 0x3F0: B2A7421C8757427FC46F2C29DB9E76ED | ||
</pre> | </pre> | ||
Line 116: | Line 81: | ||
=== EID0 Section (PSP) === | === EID0 Section (PSP) === | ||
* Size: | * Size: 0xA8 bytes. | ||
{|class="wikitable" | {|class="wikitable" | ||
Line 132: | Line 97: | ||
| public key || 0x28 || ecdsa public key (can be used to verify ecdsa signature RS) | | public key || 0x28 || ecdsa public key (can be used to verify ecdsa signature RS) | ||
|- | |- | ||
| encrypted private key || 0x20 || encrypted blob that contains the section's KIRK 0xC private key (with | | encrypted private key || 0x20 || encrypted blob that contains the section's KIRK 0xC private key (with random padding) | ||
|- | |- | ||
|} | |} | ||
Line 156: | Line 119: | ||
| public key || 0x28 || ecdsa public key (can be used to verify ecdsa signature RS) | | public key || 0x28 || ecdsa public key (can be used to verify ecdsa signature RS) | ||
|- | |- | ||
| encrypted private key || 0x20 || encrypted blob that contains the section's private key (with | | encrypted private key || 0x20 || encrypted blob that contains the section's private key (with padding) | ||
|- | |- | ||
| cmac || 0x10 || hash of the previous information in CMAC mode | | cmac || 0x10 || hash of the previous information in CMAC mode | ||
Line 181: | Line 144: | ||
| public key || 0x38 || ecdsa public key (can be used to verify ecdsa signature RS) | | public key || 0x38 || ecdsa public key (can be used to verify ecdsa signature RS) | ||
|- | |- | ||
| encrypted private key || 0x20 || encrypted blob that contains the section's private key (with | | encrypted private key || 0x20 || encrypted blob that contains the section's private key (with padding) | ||
|- | |- | ||
| cmac || 0x20 || hash of the previous information in CMAC mode | | cmac || 0x20 || hash of the previous information in CMAC mode |