mz_crypt_sha_begin method

int mz_crypt_sha_begin(
  1. Pointer<Void> handle
)

Implementation

int mz_crypt_sha_begin(
  ffi.Pointer<ffi.Void> handle,
) {
  return _mz_crypt_sha_begin(
    handle,
  );
}