mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
Update assert string
This commit is contained in:
parent
68a7d8fb09
commit
18b88119d2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ struct NRRCertification {
|
|||
std::array<u8, 0x100> public_key; // Also known as modulus
|
||||
std::array<u8, 0x100> signature;
|
||||
};
|
||||
static_assert(sizeof(NRRCertification) == 0x220, "Certification has invalid size.");
|
||||
static_assert(sizeof(NRRCertification) == 0x220, "NRRCertification has invalid size.");
|
||||
|
||||
using SHA256Hash = std::array<u8, 0x20>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue