Renamed LFSR_TAG_NOISE -> LFSR_TAG_NOTE

Sort of like SHT_NOTE in elf files, but with no defined format. Using
LFSR_TAG_NOTE for additional noise/nonces is still encouraged, but it
can also be used to add debug info.
This commit is contained in:
Christopher Haster
2024-06-12 20:11:45 -05:00
parent 4dbcdba067
commit c739e18f6f
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -832,7 +832,7 @@ enum lfsr_tag {
LFSR_TAG_CKSUM = 0x3000,
LFSR_TAG_P = 0x0001,
LFSR_TAG_Q = 0x0002,
LFSR_TAG_NOISE = 0x3100,
LFSR_TAG_NOTE = 0x3100,
LFSR_TAG_ECKSUM = 0x3200,
// in-device only tags, these should never get written to disk