sha256_final method
Implementation
void sha256_final(
ffi.Pointer<SHA256_CTX> ctx,
ffi.Pointer<BYTE> hash,
) {
return _sha256_final(
ctx,
hash,
);
}
void sha256_final(
ffi.Pointer<SHA256_CTX> ctx,
ffi.Pointer<BYTE> hash,
) {
return _sha256_final(
ctx,
hash,
);
}