Bitcoin Core 28.99.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 230 of file int_utils.h.
typedef F::Repr LFSR< F, MOD >::I |
Definition at line 231 of file int_utils.h.
|
inlinestaticconstexpr |
Shift a value a
up once, treating it as an N
-bit LFSR, with pattern MOD
.
Definition at line 233 of file int_utils.h.