Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 324 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 324 Bytes

HAMMING ENC/DEC

Familiarization with the Hamming method of error-correcting coding, which allows to detect and automatically correct errors that occur during the transmission of information.

USAGE

./hammingenc input.file output.hmng [8/12/16/32/64]
./hammingdec input.hmng output.file [8/12/16/32/64]

2019