BitCountingPolicy

class mtf.libs.mtf_pybinder.BitCountingPolicy

enum of the the bit counting policies for SecOC (Monotone or Sawtooth)

Members:

Monotone

Sawtooth

Unknown

Monotone = <BitCountingPolicy.Monotone: 0>
Sawtooth = <BitCountingPolicy.Sawtooth: 1>
Unknown = <BitCountingPolicy.Unknown: 2>
__init__(self: mtf.libs.mtf_pybinder.BitCountingPolicy, value: int) None
__new__(**kwargs)
property name
property value