mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[es] Add defintions to sign.h
This commit is contained in:
parent
3a1ef48b64
commit
7ce716180f
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ namespace es
|
|||
};
|
||||
|
||||
static const size_t kEcdsaSigSize = 0x3C;
|
||||
|
||||
static const std::string kRootIssuerStr = "Root";
|
||||
static const std::string kIdentDelimiter = "-";
|
||||
}
|
||||
#pragma pack(push,1)
|
||||
struct sRsa4096SignBlock
|
||||
|
|
Loading…
Reference in a new issue