Update PKEY2005.md

This commit is contained in:
WitherOrNot 2023-09-06 23:15:36 -04:00 committed by GitHub
parent 12306207e4
commit 0bbda74926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ This section is devoted to describing the specifics of PKEY2005's validation mec
The binary serialzed form of a PKEY2005 public key is as follows, given in [ImHex Pattern Language](https://docs.werwolv.net/pattern-language/). The binary serialzed form of a PKEY2005 public key is as follows, given in [ImHex Pattern Language](https://docs.werwolv.net/pattern-language/).
``` ```c
u8 size_bignum @ 0x15; u8 size_bignum @ 0x15;
// Bignums are stored in little endian order // Bignums are stored in little endian order