hashInit method

Pointer<Void> hashInit(
  1. int hashOp
)

MD5 & SHA

Implementation

ffi.Pointer<ffi.Void> hashInit(
  int hashOp,
) {
  return _hashInit(
    hashOp,
  );
}