SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

nonce Property

Specifies the Nonce value to employ.

Syntax

def get_nonce() -> bytes: ...
def set_nonce(value: bytes) -> None: ...

nonce = property(get_nonce, set_nonce)

Remarks

Use this property to specify the Nonce value for the symmetric operation. Not every algorithm or modeuses nonce.

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