List<int> decodeBytes(List<int> data, {bool verify = false}) { return decodeBuffer(InputStream(data), verify: verify); }