Skip to content

Commit 631dd5d

Browse files
committed
JamCRC clarificatons for #178
1 parent 5381f7e commit 631dd5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,7 @@ <h4>Packet type (int)</h4>
13621362
the various packet types. Note that many packets also have a subtype value; for those
13631363
packets, the subtype will be the first value transmitted in the payload. This value
13641364
is a JamCRC hash of the internal name of the packet type.
1365+
JamCRC is a bitwise not of a CRC32 hash.
13651366
</p>
13661367
</section>
13671368
<section id="packet-structure-payload">
@@ -2033,7 +2034,8 @@ <h4>Payload</h4>
20332034
<p>
20342035
A hash value identifying the button. This is a hash of the button's label
20352036
computed using the JamCRC hash algorithm.
2036-
(<a href="https://github.com/rjwut/ian/blob/3.2.0/src/main/java/com/walkertribe/ian/util/JamCrc.java" target="_new">sample Java implementation</a>)
2037+
JamCRC is a bitwise not of a CRC32 hash.
2038+
(<a href="https://github.com/rjwut/ian/blob/master/src/main/java/com/walkertribe/ian/util/JamCrc.java" target="_new">sample Java implementation</a>)
20372039
</p>
20382040
</dd>
20392041
</dl>

0 commit comments

Comments
 (0)