SecureBlackbox 2020 Python Edition

Questions / Feedback?

verify_detached Method

Verifies a detached signature.

Syntax

def verify_detached(source_bytes: bytes, signature_bytes: bytes) -> None: ...

Remarks

Use this method to verify a detached signature over a message, both contained in byte arrays.

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