pub fn bch_verify_long(hrp: &str, data_with_checksum: &[u8]) -> boolExpand description
Verify a long-code BCH checksum.
Same algorithm as bch_verify_regular with long-code parameters.
Returns false if data_with_checksum is shorter than 15 symbols.