SkeinParametersBuilderSet Method

Sets a parameters to apply to the Skein hash function.

Definition

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae

Parameters

type  Int32
the type of the parameter, in the range 5..62.
value  Byte
the byte sequence of the parameter.

Return Value

SkeinParametersBuilder

Remarks

Parameter types must be in the range 0,5..62, and cannot use the value 48 (reserved for message body).

Parameters with type < 48 are processed before the message content, parameters with type > 48 are processed after the message and prior to output.

See Also