pub fn bch_verify_regular(hrp: &str, data_with_checksum: &[u8]) -> boolExpand description
Verify a regular-code BCH checksum.
data_with_checksum is the full data part including the trailing 13
checksum characters. Returns true iff the polymod over
hrp_expand(hrp) || data_with_checksum equals MK_REGULAR_CONST.