interface Info {
    counterLength: number;
}

Properties

Properties

counterLength: number

Specify number of bits in IV to use as counter. This must be between 1 and 128.

Default Value

64

Generated using TypeDoc