mz_crypt_sha_set_algorithm method

void mz_crypt_sha_set_algorithm(
  1. Pointer<Void> handle,
  2. int algorithm
)

Implementation

void mz_crypt_sha_set_algorithm(
  ffi.Pointer<ffi.Void> handle,
  int algorithm,
) {
  return _mz_crypt_sha_set_algorithm(
    handle,
    algorithm,
  );
}