SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

associated_data Property

Provides Associated Data for AEAD algorithms.

Syntax

def get_associated_data() -> bytes: ...
def set_associated_data(value: bytes) -> None: ...

associated_data = property(get_associated_data, set_associated_data)

Remarks

Use this property to set up Associated Data for AEAD encryption algorithms.

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