bitvector topic

List bitvector repositories

bitvec

1.1k
Stars
107
Forks
Watchers

A crate for managing memory bit by bit

bitvector

73
Stars
4
Forks
Watchers

Static bit vector structures library

BitLib

68
Stars
4
Forks
Watchers

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

45
Stars
5
Forks
Watchers

Specify and synthesize systems using symbolic algorithms

stevia

32
Stars
3
Forks
Watchers

A simple (unfinished) SMT solver for QF_ABV.

gtl

104
Stars
5
Forks
Watchers

Greg's Template Library of useful classes.

bignum

26
Stars
3
Forks
Watchers

C++ bignum with support for arbitrary precision integer arithmetic.

AES-Encryption-Python

25
Stars
22
Forks
Watchers

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

22
Stars
3
Forks
Watchers

Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.