@blockchaincommons/crypto - v1.0.0-beta.3
    Preparing search index...

    Interface Chacha20Options

    Options for chacha20.

    interface Chacha20Options {
        counter?: number;
    }
    Index
    counter?: number

    The initial block counter (0 by default), in [0, 2^32 - 2].