cbiffle / catibo

Rust implementation of the CTB/CBDDLP/PHZ 3d printing file formats.
BSD 2-Clause "Simplified" License
46 stars 11 forks source link

Inaccuracy in the 86 cipher key generation constant #7

Open Andy-Big opened 3 years ago

Andy-Big commented 3 years ago

In the description of key generation in the document cbddlp-ctb.adoc, the following formula is given: c = key 0x2D83_CDAC + 0xD8A8_3424 There is an error in the value of the constant. In fact, it should be like this: c = key 0x2D83_CDAC + 0xD8A8_3423