Interface RC2MACGeneralParams

A base structure of a parameter

interface RC2MACGeneralParams {
    effectiveBits: number;
    macLength: number;
    type: number;
}

Hierarchy (view full)

Properties

effectiveBits: number
macLength: number
type: number

Type of crypto param. Uses constants CK_PARAMS_*