HiddenVariableShift

annotation class HiddenVariableShift(val value: Int)

HiddenVariableShift provides the amount to shift 1 to the left to get the mask for a L2Operation.HiddenVariable subclass.

Author

Mark van Gulik

Parameters

value

The amount to shift 1 to the left to get the mask.

Constructors

Link copied to clipboard
fun HiddenVariableShift(value: Int)

Construct a HiddenVariableShift.

Properties

Link copied to clipboard
val value: Int

The amount to shift 1 to the left to get the mask.