Skip to content

Commit

Permalink
fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nullfx committed Mar 24, 2023
1 parent 82cbe69 commit 5360664
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -69,7 +69,9 @@ Segment of bytes CRC: DB1A36A1
`Crc8`, and `Crc32`'s `ComputeChecksum` have 2 different signatures

`ComputeChecksum`(`byte[]` bytes)

and

`ComputeChecksum`(`byte[]` bytes, `int` start, `int` length )

`Crc16` has one additional initial parameter ( `Crc16Algorithm` )
Expand All @@ -81,11 +83,11 @@ where `Crc16Algorithm` is one of the following:
- Modbus

`ComputeChecksum` ( `Crc16Algorithm` algorithm, byte[] bytes )
and
`ComputeChecksum` ( `Crc16Algorithm` algorithm, byte[] bytes, `int` start, `int` length )


and

`ComputeChecksum` ( `Crc16Algorithm` algorithm, byte[] bytes, `int` start, `int` length )

.

**Note**: this repository is also mirrored on [GitLab](https://gitlab.com/nullfx-crc/nullfx.crc)

0 comments on commit 5360664

Please sign in to comment.