Hello COSE enthusiasts, Here is my take on the EU Identity Wallet for payments: https://cyberphone.github.io/wallet-core/doc/#3.3.authorization-response
You may frown at the idea of cutting and pasting CBOR map items. However, in real-world implementations using high-level representations of CBOR data items, both operations require a single method call, no need to ever bother about map item-count etc. Cutting: signedAuthorization.remove(PASS_THROUGH_LABEL); Pasting: recoveredAuthorization.set(PASS_THROUGH_LABEL, recoveredPassThrough); AFAICT, deterministically encoded CBOR may be a game changer. Feel free recasting the Authorization Response in COSE. Anders _______________________________________________ COSE mailing list -- [email protected] To unsubscribe send an email to [email protected]
