[es] Add defintions to sign.h

This commit is contained in:
jakcron 2018-07-04 12:21:36 +08:00
parent 3a1ef48b64
commit 7ce716180f

View file

@ -20,6 +20,9 @@ namespace es
}; };
static const size_t kEcdsaSigSize = 0x3C; static const size_t kEcdsaSigSize = 0x3C;
static const std::string kRootIssuerStr = "Root";
static const std::string kIdentDelimiter = "-";
} }
#pragma pack(push,1) #pragma pack(push,1)
struct sRsa4096SignBlock struct sRsa4096SignBlock