#testing #math #no-std

macro no-std lfsr-macro-lookup

Macro for generation of linear feedback shift registers reverse lookup functions

2 unstable releases

0.3.0 Mar 30, 2020
0.2.0 Jun 7, 2019

#769 in #embedded

Download history 81/week @ 2023-12-04 1/week @ 2023-12-11 27/week @ 2023-12-18 683/week @ 2024-01-22 6/week @ 2024-01-29 78/week @ 2024-02-19 122/week @ 2024-02-26 770/week @ 2024-03-04 104/week @ 2024-03-11 39/week @ 2024-03-18

1,036 downloads per month
Used in 3 crates (via lfsr)

MIT/Apache

27KB
298 lines

LFSR

  • An implementation of Linear feedback shift registers
    • Galois XOR
  • Macros to generate LFSRs with custom parameters
  • Macros to generate efficient reverse lookup functions

docs crates.io ci

Documentation

On docs.rs

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~2.5MB
~53K SLoC