| Class Summary | |
|---|---|
| Base64 | Most of this implementation is from Robert Harder's public domain Base64 code (version 1.4.1 available from <http://iharder.net/xmlizable>). |
| ExpirableObject | The base class for objects with sensitive data that are automatically destroyed after a timeout elapses. |
| Prime |
A collection of prime number related utilities used in this library. |
| PRNG |
A useful Singleton hash-based (SHA) pseudo-random number generator used throughout this library. |
| Sequence | A monotonic sequence of integers in the finite field 232. |
| SimpleList | A simple way to create immutable n-tuples. |
| Util |
A collection of utility methods used throughout this project. |