idpass / idpass-lite

A library to create and interact with secure and biometrically-binding QR code identity cards
https://www.idpass.org/
Apache License 2.0
28 stars 5 forks source link

Fix the bit flags visibility encoding #6

Closed typelogic closed 3 years ago

typelogic commented 3 years ago

Currently, there are only a limited of 8 bits flag capacity to encode visibility option. This is a bug when the bit flags exceeds to capacity. Correct solution should be able to accommodate a practically unlimited bit flags to accommodate several visibility options.

typelogic commented 3 years ago

Fixed in https://github.com/idpass/idpass-lite/pull/3/commits/bbb9be31e98a602994050470fdcf6b8ab5b9ecfb