sodium_add method

void sodium_add(
  1. Pointer<UnsignedChar> a,
  2. Pointer<UnsignedChar> b,
  3. int len
)

Implementation

@pragma('vm:prefer-inline')
void sodium_add(
  _i1.Pointer<_i1.UnsignedChar> a,
  _i1.Pointer<_i1.UnsignedChar> b,
  int len,
) => _i2.sodium_add(a, b, len);