hashClose method

Pointer<Uint8> hashClose(
  1. int hashOp,
  2. Pointer<Void> hash,
  3. Pointer<Size> pOutBufLen
)

Implementation

ffi.Pointer<ffi.Uint8> hashClose(
  int hashOp,
  ffi.Pointer<ffi.Void> hash,
  ffi.Pointer<ffi.Size> pOutBufLen,
) {
  return _hashClose(
    hashOp,
    hash,
    pOutBufLen,
  );
}