noway / nzcp-c

An implementation of the New Zealand COVID Pass specification in C
https://nzcp-c.netlify.app
MIT License
4 stars 1 forks source link

The payload decoded from the real QR is larger than example #1

Closed zinwalin closed 2 years ago

zinwalin commented 2 years ago

I found you use QR code example from https://nzcp.covid19.health.nz/#examples, it succeed. and I run with real QR code, an assert failed.

image

noway commented 2 years ago

@zinwalin you're testing a live pass using example issuer and pub key. Please set IS_LIVE to true and then test your pass. Cheers.

noway commented 2 years ago

This has been resolved.