libecc::assign | Operation used with libecc::bitset::shift_op |
libecc::bitset< N > | A bitset with a fixed number of bits |
libecc::bitset_base< N > | Base class of libecc::bitset |
libecc::bitset_index | A bitset index |
libecc::bitset_index_iterator< DIRECTION > | A bitset index with increment/decrement methods |
libecc::bitset_invertible< N, inverted > | A bitset with a fixed number of bits, having possibly an infinite number of leading virtual 1's |
libecc::bitset_iterator< N, DIRECTION > | A non-mutable bitset-iterator |
libecc::exor | Operation used with libecc::bitset::shift_op |
libecc::left | Shift direction used with libecc::bitset::shift_op |
libecc::point< Polynomial, a, b > | Point (x,y) on elliptic curve x3 + ax2 + b = y2 + xy |
libecc::polynomial< m, k, k1, k2 > | Polynomial representation of the Galois field F2m |
libecc::right | Shift direction used with libecc::bitset::shift_op |
libecc::rng | Pseudo Random Number Generator |
libecc::sha1 | SHA-1 |