IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

keyy Property

Represents the Y parameter for the Elgamal algorithm.

Syntax

def get_keyy() -> bytes: ...
def set_keyy(value: bytes) -> None: ...

keyy = property(get_keyy, set_keyy)

Default Value

""

Remarks

Represents the Y parameter for the Elgamal algorithm.

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