Skip to content

Releases: trussed-dev/apdu-dispatch

dispatch v0.4.0

25 Mar 15:37
dispatch-0.4.0
918cc58

Choose a tag to compare

  • Update dependencies:
    • apdu-app v0.2
    • iso7816 v0.2
    • hapless v0.9

app v0.2.0

25 Mar 15:37
app-0.2.0
918cc58

Choose a tag to compare

  • Update dependencies:
    • iso7816 v0.2
    • hapless v0.9

v0.1.2

07 Feb 01:36

Choose a tag to compare

[0.1.2]

Fixed

  • Fixed the calculation of the maximum length of a response when deciding
    whether to send it in one or multiple APDUs. (#10)
  • Return an error instead of panicking for invalid aids in Select commands (#8)

Changed

  • Use rustfmt and clippy (#11)

Added

  • Fuzzing infrastructure (#9)