electraone / datafiles

Public files for electra.one project
23 stars 6 forks source link

Roland checksum calculation issue #38

Closed martinpavlas closed 3 years ago

martinpavlas commented 3 years ago

The result of roland checksum calculation for message:

[
  "41",
  "00",
  "14",
  "12",
  "00",
  "01",
  "40",
  "3F",
  {
    "type": "checksum",
    "algorithm": "roland",
    "start": 4,
    "length": 4
  }
]

is 0xF7. That is bad.

martinpavlas commented 3 years ago

fixed