sha1_init method

void sha1_init(
  1. Pointer<SHA1_CTX> ctx
)

FUNCTION DECLARATIONS

Implementation

void sha1_init(
  ffi.Pointer<SHA1_CTX> ctx,
) {
  return _sha1_init(
    ctx,
  );
}