SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

payload_size Property

Specifies the payload size, in bytes.

Syntax

def get_payload_size() -> int: ...
def set_payload_size(value: int) -> None: ...

payload_size = property(get_payload_size, set_payload_size)

Default Value

0

Remarks

Use this property to specify the size of the input data in bytes. This is only used by a subsetof algorithms/modes, such as CCM.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Python Edition - Version 20.0 [Build 8166]