dmrtd
dmrtd copied to clipboard
Missing throw specifier
Code which parses AAPublicKey from bytes is missing multiple throw
specifiers at places throwing EfParseError
: https://github.com/ZeroPass/dmrtd/blob/master/lib/src/crypto/aa_pubkey.dart#L36-L62.
TODO: Replace EfParseError
exception with general parser exception and catch & re-throw this exception inEfDG15 as EfParseError
.