mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
added bit manipulation helpers
This commit is contained in:
parent
1f354379d3
commit
abe4edc419
2 changed files with 49 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ Here a [Pseudorandom number generator](https://en.wikipedia.org/wiki/Pseudorando
|
|||
|
||||
When dealing with unaligned and arbitrary-bit-sized elements in a data stream, the bitwise stream container might help avoiding some headaches.
|
||||
|
||||
### [bitman.hh](bitman.hh)
|
||||
|
||||
Simple bit manipulation on byte arrays.
|
||||
|
||||
### [galois_field.hh](galois_field.hh)
|
||||
|
||||
We have to thank [Évariste Galois](https://en.wikipedia.org/wiki/%C3%89variste_Galois) for his contribution of the [Finite field](https://en.wikipedia.org/wiki/Finite_field) to mathematics, which laid the cornerstone for a variety of applications that we take for granted today.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue