dmrtd icon indicating copy to clipboard operation
dmrtd copied to clipboard

Missing throw specifier

Open smlu opened this issue 1 year ago • 0 comments

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.

smlu avatar Jun 27 '23 11:06 smlu