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

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
Rounds uint
Wordsize uint

Property Details

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