sha256_init method

void sha256_init(
  1. Pointer<SHA256_CTX> ctx
)

FUNCTION DECLARATIONS

Implementation

void sha256_init(
  ffi.Pointer<SHA256_CTX> ctx,
) {
  return _sha256_init(
    ctx,
  );
}