C# Class Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_RC5_MAC_GENERAL_PARAMS

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
MacLength uint
Rounds uint
Wordsize uint

Property Details

MacLength public_oe property

Length of the MAC produced, in bytes
public uint MacLength
return uint

Rounds public_oe property

Number of rounds of RC5 encipherment
public uint Rounds
return uint

Wordsize public_oe property

Wordsize of RC5 cipher in bytes
public uint Wordsize
return uint