Releases: trussed-dev/apdu-dispatch
Releases · trussed-dev/apdu-dispatch
v0.1.2
[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)