![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
Class which implements a stateless LFSR for generic moduli. More...
#include <int_utils.h>
Public Types | |
| typedef F::Repr | I |
Static Public Member Functions | |
| static constexpr I | Call (const I &a) |
Shift a value a up once, treating it as an N-bit LFSR, with pattern MOD. More... | |
Class which implements a stateless LFSR for generic moduli.
Definition at line 210 of file int_utils.h.
Definition at line 211 of file int_utils.h.
|
inlinestatic |
Shift a value a up once, treating it as an N-bit LFSR, with pattern MOD.
Definition at line 213 of file int_utils.h.
1.8.14