apdu_dispatch/
interchanges.rs1pub const SIZE: usize = 3072;
2pub type Data = iso7816::Data<SIZE>;
3pub type Responder<'pipe> = interchange::Responder<'pipe, Data, Data>;
4pub type Requester<'pipe> = interchange::Requester<'pipe, Data, Data>;
5pub type Channel = interchange::Channel<Data, Data>;