Skip to main content

Module aid

Module aid 

Source
Expand description

Aid newtype — Application Identifier (PDD §6).

5..=16 bytes, validated on construction (RID 5 B + PIX ≤ 11 B, ISO/IEC 7816-5; AID structure also ISO/IEC 7816-4:2020 §8).

no_std/heapless: backed by heapless::Vec<u8, AID_MAX> instead of Vec. The constructor now takes &[u8] (the previous impl Into<Vec<u8>> bound pulled in alloc).

Structs§

Aid
Validated AID. Construction enforces the 5..=16 byte length.