openid / openid4vp_ble

MIT License
7 stars 3 forks source link

chunk sequence number - why does it start at 1 instead of 0? #48

Open sschulz-t opened 8 months ago

sschulz-t commented 8 months ago

I have a question regarding: https://github.com/openid/openid4vp_ble/blob/e5370d5b7a2fa82b627b67bda6858ff81a64114d/main.md?plain=1#L340

Why does the chunk number start with 1?

Starting at 0 would be more straightforward and would make implementations easier and less prone to errors.