SecureBlackbox 2020 Python Edition

Questions / Feedback?

key_kdf_rounds Property

Returns the number of iterations of the Key Derivation Function (KDF) used to generate this key.

Syntax

def get_key_kdf_rounds() -> int: ...

key_kdf_rounds = property(get_key_kdf_rounds, None)

Default Value

0

Remarks

Returns the number of iterations of the Key Derivation Function (KDF) used to generate this key.

This property is read-only.

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