haxxnz / nzcp-js

A verification library for COVID-19 Vaccine Passes in New Zealand
MIT License
37 stars 7 forks source link

Reimplement without cbor library #63

Closed noway closed 2 years ago

noway commented 2 years ago

putara managed to implement cbor reading without cbor library: https://github.com/putara/nzcp/blob/master/verifier.js

if we take the same approach, we can save a lot of bundle size.