SkeinMac(Int32, Int32) Constructor
Constructs a Skein MAC with an internal state size and output size.
Namespace: Org.BouncyCastle.Crypto.MacsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public SkeinMac(
int stateSizeBits,
int digestSizeBits
)
Public Sub New (
stateSizeBits As Integer,
digestSizeBits As Integer
)
public:
SkeinMac(
int stateSizeBits,
int digestSizeBits
)
Org.BouncyCastle.Crypto.Macs.SkeinMac = function(stateSizeBits, digestSizeBits);
Parameters
- stateSizeBits Int32
- the internal state size in bits - one of SKEIN_256SKEIN_512 or
SKEIN_1024.
- digestSizeBits Int32
- the output/MAC size to produce in bits, which must be an integral number of
bytes.