Skip to content

CRC-ITU algorithm implamantation in Java

License

Notifications You must be signed in to change notification settings

coolroad/JavaCRC-ITU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

JavaCRC-ITU

CRC-ITU algorithm implamantation in Java

Usage

Import the class in your project

import com.dknacht.crcitu.CRCITU;

Then use the CRCITU.process(string) to calculate the result

CRCITU.process("0d0103588990501766460026"); // will return "7bf9"
CRCITU.process("0d010358899050176646002a"); // will return "b195"
CRCITU.process("0d010358899050176646002b"); // will return "a01c"

Lincense

This implementation is under the MIT license.

About

CRC-ITU algorithm implamantation in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%