DebugContext#

class DebugContext#
property diff_threshold#
init(self: pyhelayers.DebugContext, req: pyhelayers.HeConfigRequirement) None#

Initializes this DebugContext according the given requirement.

Parameters:

req – an HeConfigRequirement object, indicating the required configuration parameters (e.g. securityLevel, numSlots).

Raises:

RuntimeError – If it is not possible to fulfill the given requirement, or if the context is already initalized.