sodium_compare method

int sodium_compare(
  1. Pointer<UnsignedChar> b1_,
  2. Pointer<UnsignedChar> b2_,
  3. int len
)

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);