IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

recipient_keyg Property

Represents the G parameter for the Elgamal algorithm.

Syntax

def get_recipient_keyg() -> bytes: ...
def set_recipient_keyg(value: bytes) -> None: ...

recipient_keyg = property(get_recipient_keyg, set_recipient_keyg)

Default Value

""

Remarks

Represents the G parameter for the Elgamal algorithm.

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