SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
113 stars 103 forks source link

cyclic redudancy check calculator #501

Closed dvtushar closed 10 months ago

dvtushar commented 10 months ago

Enter calculator name -

Cyclic redudancy check calculator

Describe calculator functionality -

allows you to compute CRC values for data

Under which category you wish to place it -

dvtushar commented 10 months ago

kindly assign me this issue

Vedansh-Keshari commented 10 months ago

@dvtushar Please explain it further telling about the n-bits of the cyclic redundant expression and m-bits of the target element.

dvtushar commented 10 months ago

@Vedansh-Keshari In cyclic redundancy check (CRC), n-bits represent the length of the CRC code, which is a checksum used for error detection in data transmission. The m-bits correspond to the target element or message. The CRC algorithm generates a remainder of n-bits when dividing the target message by a predetermined polynomial, and this remainder is appended to the message for error detection purposes.

SarthakKeshari commented 10 months ago

Hey @dvtushar, Assigned.

You may contribute your code under the folder path -

calc_for_everything\calculators\src\computer_science\cRCCalc

Issue completion deadline - 31th Oct 08:00:00 am IST

NOTE - In case the issue completion deadline is not met, the issue will be assigned to a new participant