Skip to content

trussed-dev/apdu-dispatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apdu Dispatch

This repository contains two crates:

  • apdu-app: provides an App trait for applications that accept APDU requests
  • apdu-dispatch: a layer that accepts APDU (application packet data units) from a contact and/or contactless interface and passes them to apps implementing apdu_app::App. It handles parsing APDU's, chaining, T=0, T=1 and keeps track of the selected application.

Run tests via cargo test --features std,log-all

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages