|
|
|
|
|
by radicalbyte
1825 days ago
|
|
A nice tidbit: this RFC has its roots in the EU Covid Certificate project. The encoding was designed to cut the size of the QR payload (which for DCC is a CBOR - binary encoded - object) :) The smaller the payload, the better and faster the scanning. Which is important for something that is designed to be used during border crossings and the like. We have a number of implementations here: https://github.com/ehn-dcc-development/ |
|
Seems we also use RSA, and from a quick glance the EU seems to take any x509 certificate authority [1].
Does anyone know if there is a reason elliptic curves weren't been mandated, which should cause smaller signatures than RSA and thus a smaller payload?
[0] https://github.com/admin-ch/CovidCertificate-Apidoc/#respons...
[1] https://github.com/ehn-dcc-development/dgc-java/blob/main/cr...