sodium_compare method
Implementation
int sodium_compare(
ffi.Pointer<ffi.UnsignedChar> b1_,
ffi.Pointer<ffi.UnsignedChar> b2_,
int len,
) {
return _sodium_compare(
b1_,
b2_,
len,
);
}
int sodium_compare(
ffi.Pointer<ffi.UnsignedChar> b1_,
ffi.Pointer<ffi.UnsignedChar> b2_,
int len,
) {
return _sodium_compare(
b1_,
b2_,
len,
);
}