Infineon / BlockchainSecurity2Go-Python-Library

Python library for the Blockchain Security 2Go starter kit
https://infineon.com/blockchain
MIT License
16 stars 8 forks source link

Add feature to create callbacks and validate keypairs #18

Closed DhruvKhemani closed 4 years ago

DhruvKhemani commented 5 years ago

This new feature allows the user to add callback functions to the insertion/removal of a smartcard. This is an essential and long time requested feature that finally works from within the library. Usage of this new feature will be shown in an upcoming example!

DhruvKhemani commented 5 years ago

Added a new feature that check if a keypair is actually valid/even exists... This is a very simple yet useful command.

DhruvKhemani commented 5 years ago

As of right now an example for the is_key_valid(reader, key_id) command won't be done separately, instead, it was incorporated into generate and validate signature example (PR #17)

DhruvKhemani commented 5 years ago

Done