You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revamped user verifiers
ctap_user_verifiers.py
- available() is now an instance method
touch_id_helpers.py
- Refactored out touch ID to a class
windows_hello_helpers.py
- Extracted out WINBIO_FINGER_UNSPECIFIED_POS_01
- Renamed lib to winbio
- Added available() class method
- Replaced redundant ret & 0xffffffff where compating to 0
- Will now set is_open to False on close()
Revamped user verifiers
ctap_user_verifiers.py
- available() is now an instance method
touch_id_helpers.py
- Refactored out touch ID to a class
windows_hello_helpers.py
- Extracted out WINBIO_FINGER_UNSPECIFIED_POS_01
- Renamed lib to winbio
- Added available() class method
- Replaced redundant ret & 0xffffffff where compating to 0
- Will now set is_open to False on close()