wire_bytes_to_sha256 method

void wire_bytes_to_sha256(
  1. NativePortType port_,
  2. Uint8List bytes
)

Implementation

void wire_bytes_to_sha256(NativePortType port_, Uint8List bytes) =>
    wasmModule.wire_bytes_to_sha256(port_, bytes);