bitvector topic
BitLib
Provides a bit-vector, an optimized replacement of the infamous std::vector<:b:ool>. In addition to the bit-vector, the library also provides implementations of STL algorithms tailored for bit-vec...
omega
Specify and synthesize systems using symbolic algorithms
stevia
A simple (unfinished) SMT solver for QF_ABV.
gtl
Greg's Template Library of useful classes.
bignum
C++ bignum with support for arbitrary precision integer arithmetic.
AES-Encryption-Python
Two scripts in Python to encrypt/decrypt using the 128 bits AES algorithm, ECB mode with hex "00" as padding for each character. For the encryption, an ascii plaintext file is taken as the input, then...
bit_vector
Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.