sha256 property
SHA256 regex sha256正则表达式
Implementation
static Pattern sha256 =
r'([A-Fa-f0-9]{2}\:){31}[A-Fa-f0-9]{2}|[A-Fa-f0-9]{64}';
SHA256 regex sha256正则表达式
static Pattern sha256 =
r'([A-Fa-f0-9]{2}\:){31}[A-Fa-f0-9]{2}|[A-Fa-f0-9]{64}';