mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-10 05:38:10 -05:00
Halo: Add new NDEF flag (#476)
This commit is contained in:
committed by
GitHub
parent
c3ac9d3b5b
commit
70319f3c1a
@@ -24,7 +24,8 @@ const FLAGS: FlagLookup = {
|
||||
flagLegacyStatic: [1, 0x08],
|
||||
flagShowPkN: [1, 0x10],
|
||||
flagShowPkNAttest: [1, 0x20],
|
||||
flagRNDSIGUseBJJ62: [1, 0x40]
|
||||
flagRNDSIGUseBJJ62: [1, 0x40],
|
||||
flagFallbackDomain: [1, 0x80],
|
||||
};
|
||||
|
||||
export {FLAGS};
|
||||
|
||||
@@ -57,7 +57,8 @@
|
||||
flagLegacyStatic: ["Use legacy public key format with the 'static' field."],
|
||||
flagShowPkN: ["Show additional public key (requires public key #3 to be hidden)."],
|
||||
flagShowPkNAttest: ["Show additional public key's attest signature."],
|
||||
flagRNDSIGUseBJJ62: ["Use BJJ key slot 0x62 for 'rndsig' signature (only on selected tag batches)."]
|
||||
flagRNDSIGUseBJJ62: ["Use BJJ key slot 0x62 for 'rndsig' signature (only on selected tag batches)."],
|
||||
flagFallbackDomain: ["Force to use fallback domain on the NDEF layer."]
|
||||
};
|
||||
|
||||
for (let flag of Object.keys(FLAGS)) {
|
||||
|
||||
Reference in New Issue
Block a user