Secure Key Handler Type

enum cardano_secure_key_handler_type_t

Secure key handler type.

Values:

enumerator CARDANO_SECURE_KEY_HANDLER_TYPE_ED25519

Ed25519 key handler.

This key handler doesnt support BIP32 derivation scheme and must use the secure_key_handler_ed25519_* family of functions.

enumerator CARDANO_SECURE_KEY_HANDLER_TYPE_BIP32

BIP32 key handler.

This key handler supports the BIP32 derivation scheme and must use the secure_key_handler_bip32_* family of functions.