Skip to content

Commit c1cc671

Browse files
committed
📝 clarify counter hex format
1 parent e2916c7 commit c1cc671

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@ schnee ntag verify-sdm-mac \
136136

137137
If you provide `--uid` or `--counter`, those bytes must match the tag's SDM
138138
configuration and the mirrored URL contents. In particular, `--counter` expects
139-
the 3 mirrored bytes in URL order, and the verifier handles the NTAG 424 DNA
140-
counter byte-order conversion internally.
139+
3 mirrored bytes as 6 hex characters in URL order, and the mirrored `ctr=`
140+
value inside `--signed-text` should use that same hex representation. The
141+
verifier handles the NTAG 424 DNA counter byte-order conversion internally.
141142

142143
## Python API
143144

0 commit comments

Comments
 (0)