Interface RC5MACGeneralParams

A base structure of a parameter

interface RC5MACGeneralParams {
    macLength: number;
    rounds: number;
    type: number;
    wordSize: number;
}

Hierarchy (view full)

Properties

macLength: number
rounds: number
type: number

Type of crypto param. Uses constants CK_PARAMS_*

wordSize: number