IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

keyq Property

Represents the Q parameter for the DSA algorithm.

Syntax

def get_keyq() -> bytes: ...
def set_keyq(value: bytes) -> None: ...

keyq = property(get_keyq, set_keyq)

Default Value

""

Remarks

Represents the Q parameter for the DSA algorithm.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Python Edition - Version 20.0 [Build 8155]