Node Cache with convenience functions for access
The wrapper classes W_*.java and interface glue below should be
automatically generated, but aren't yet! The "type signatures"
used to indicate the contents of an object are pseudo-classfile:
I = int, J = long, A = array (since [ isn't a valid in a name)
Names are i1, i2, etc., for the first int, second int, etc.
This class is simply a wrapper for a real channel to separate the
things that capsule code can reach --- it should be integrated
with the channel proper some time
Implementation of RSA's MD5 hash generator
This code is loosely based on the RSA reference implementation
and an early Java port of it by Santeri Paavolainen.