Skip to content

Add CRC-32 implementation#332

Open
VarleyT wants to merge 1 commit intozenc-lang:mainfrom
VarleyT:feature/crc_module
Open

Add CRC-32 implementation#332
VarleyT wants to merge 1 commit intozenc-lang:mainfrom
VarleyT:feature/crc_module

Conversation

@VarleyT
Copy link
Copy Markdown

@VarleyT VarleyT commented Mar 19, 2026

Description

This PR introduces a standard (IEEE 802.3) CRC-32 checksum implementation.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Copy link
Copy Markdown
Member

@Burnett01 Burnett01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! Can you also submit test cases please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants