#testing #math #no-std

no-std lfsr-instances

Some Galois linear feedback shift registers with predefined parameters

2 unstable releases

0.3.0 Mar 30, 2020
0.2.0 Jun 7, 2019

#1124 in Embedded development

Download history 161/week @ 2023-11-28 7/week @ 2023-12-05 3/week @ 2023-12-12 31/week @ 2023-12-19 1/week @ 2024-01-16 690/week @ 2024-01-23 1/week @ 2024-01-30 85/week @ 2024-02-20 124/week @ 2024-02-27 775/week @ 2024-03-05 114/week @ 2024-03-12

1,098 downloads per month
Used in 4 crates (2 directly)

MIT/Apache

14KB
60 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