SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_custom_data Property

A uninterpreted custom data to save with the signature.

Syntax

def get_sig_custom_data() -> bytes: ...
def set_sig_custom_data(value: bytes) -> None: ...

sig_custom_data = property(get_sig_custom_data, set_sig_custom_data)

Remarks

A uninterpreted custom data to save with the signature.

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