dmrtd icon indicating copy to clipboard operation
dmrtd copied to clipboard

Dart library for reading Biometric Passport

Results 11 dmrtd issues
Sort by recently updated
recently updated
newest added

A typo in following code line causes this error: https://github.com/ZeroPass/dmrtd/blob/8ced7600fb9fd84f0824bfaddc2fcc7bff655a7f/lib/src/crypto/aa_pubkey.dart#L52 The correct codes should be: ``` if (tvAlgOID.tag.value != 0x06) ```

bug