#testing #math #no-std

macro no-std lfsr-macro-generate

Macro for generation of Galois linear feedback shift registers

2 unstable releases

0.3.0 Mar 30, 2020
0.2.0 Jun 7, 2019

#759 in #embedded

Download history 2/week @ 2024-01-15 688/week @ 2024-01-22 9/week @ 2024-01-29 2/week @ 2024-02-12 82/week @ 2024-02-19 129/week @ 2024-02-26 774/week @ 2024-03-04 109/week @ 2024-03-11 40/week @ 2024-03-18 161/week @ 2024-03-25 65/week @ 2024-04-01 30/week @ 2024-04-08 410/week @ 2024-04-15

667 downloads per month
Used in 5 crates (2 directly)

MIT/Apache

15KB
176 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
~54K SLoC