kisSHA256 method

bool kisSHA256(
  1. String s
)

检查字符串是否为sha256

Implementation

bool kisSHA256(String s) => matches(_RegexConst.sha256);