menu
pointycastle_broadcom package
documentation
macs/poly1305.dart
Poly1305
checkMask static method
checkMask static method
dark_mode
light_mode
checkMask
static method
bool
checkMask
(
int
b
,
int
mask
)
Implementation
static bool checkMask(int b, int mask) { if (b & not32(mask) != 0) { return false; } return true; }
pointycastle_broadcom package
documentation
macs/poly1305
Poly1305
checkMask static method
Poly1305 class