Files
apdu-dispatch/README.md
2021-07-13 16:49:54 -07:00

8 lines
255 B
Markdown

# Apdu Dispatch
This layer accepts APDU (application packet data units) from a contact and/or contactless interface and passes them to a selected app.
It handles parsing APDU's, chaining, T=0, and T=1.
Run tests via `cargo test --features std,log-all`