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) ```
A typo in following code line causes this error:
dmrtd/lib/src/crypto/aa_pubkey.dart
Line 52 in 8ced760
The correct codes should be: