Interface RC5Params

A base structure of a parameter

interface RC5Params {
    rounds: number;
    type: number;
    wordSize: number;
}

Hierarchy (view full)

Properties

Properties

rounds: number
type: number

Type of crypto param. Uses constants CK_PARAMS_*

wordSize: number