SecureBlackbox 2020 Python Edition

Questions / Feedback?

tag_size Property

Specifies the AEAD tag size, in bytes.

Syntax

def get_tag_size() -> int: ...
def set_tag_size(value: int) -> None: ...

tag_size = property(get_tag_size, set_tag_size)

Default Value

16

Remarks

Use this property to specify/customize the tag size for AEAD encryption.

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