public interface Digest
byte[]
digest()
int
getBlockSize()
void
init()
update(byte[] foo)
update(byte[] foo, int start, int len)
byte[] digest()
int getBlockSize()
void init()
void update(byte[] foo)
void update(byte[] foo, int start, int len)