md2_final method

void md2_final(
  1. Pointer<MD2_CTX> ctx,
  2. Pointer<BYTE1> hash
)

Implementation

void md2_final(
  ffi.Pointer<MD2_CTX> ctx,
  ffi.Pointer<BYTE1> hash,
) {
  return _md2_final(
    ctx,
    hash,
  );
}