Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduces CRCs #98

Merged
merged 4 commits into from
Apr 22, 2023
Merged

Introduces CRCs #98

merged 4 commits into from
Apr 22, 2023

Commits on Apr 5, 2023

  1. Introduces CRCs

    A `crc` feature has been added that brings in the `crc` crate and a new `CrcModifier` flavour. This modifier flavour is similar to the COBS implementation in how it wraps another flavour.
    huntc committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    81582a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Convenience functions

    Convenience functions for serde usage
    huntc committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    97db5f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Optionally include paste

    The paste crate is included now only if `use-crc` feature is enabled. This may help improve build performance where CRCs are not required.
    huntc committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    2c9ed55 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Fix use of paste macro

    This uses the correct digest sizes, and adds a test for
    a random CRC8 variant.
    jamesmunns committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    e437a16 View commit details
    Browse the repository at this point in the history