Function sha2256G

  • Stream compute a SHA256 hash. Use next() to prime the generator. Use next(null) to finish the consumer.

    Returns Generator<void, Digest<"sha2-256">, BufferSource | null>

Generated using TypeDoc