menu
paseto_dart package
documentation
blake2/ufixnum.dart
not32 function
not32 function
dark_mode
light_mode
not32
function
int
not32
(
int
x
)
Implementation
int not32(int x) { assert((x >= 0) && (x <= _MASK_32)); return ~x & _MASK_32; }
paseto_dart package
documentation
blake2/ufixnum
not32 function
ufixnum library