sodium_compare method
Implementation
@pragma('vm:prefer-inline')
int sodium_compare(
_i1.Pointer<_i1.UnsignedChar> b1_,
_i1.Pointer<_i1.UnsignedChar> b2_,
int len,
) => _i2.sodium_compare(b1_, b2_, len);
@pragma('vm:prefer-inline')
int sodium_compare(
_i1.Pointer<_i1.UnsignedChar> b1_,
_i1.Pointer<_i1.UnsignedChar> b2_,
int len,
) => _i2.sodium_compare(b1_, b2_, len);