This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// crc.dart | |
import 'dart:typed_data'; | |
/// Efficient CRC32 implementation | |
class Crc32 { | |
/// Computes the CRC32 checksum of [bytes] using a previous [crc] value. | |
static int compute( | |
Uint8List bytes, { | |
int crc = 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ae.almasraf.mobileapp | |
air.app.scb.breeze.android.main.my.prod | |
alior.bankingapp.android | |
anz.com | |
app.wizink.es | |
app.wizink.pt | |
ar.bapro | |
ar.com.redlink.custom | |
ar.com.santander.rio.mbanking | |
ar.macro |