Function blake2b256G

  • Stream compute a BLAKE2b hash. This is a pre-primed generator. Use next(null) to finish the consumer.

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

Generated using TypeDoc