Metadata-Version: 2.1
Name: cyclicredundancypython
Version: 0.0.3
Summary: Cyclic redundancy check for the given data bits
Author: Thejas hari
Author-email: <thejaskala308@gmail.com>
Keywords: python,url,cyclic-redundance,encode,decode,cyc,cyc-encode-decode
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows

A simple cyclic redundancy script which can take dividend and divisor as input and perform xor long division, encode it, decode it and finally tells whether there is any loss in transfer of data by checking the syndrome.
