Fields Summary |
---|
static final int | H0constant defined in "SECURE HASH STANDARD" |
static final int | H1constant defined in "SECURE HASH STANDARD" |
static final int | H2constant defined in "SECURE HASH STANDARD" |
static final int | H3constant defined in "SECURE HASH STANDARD" |
static final int | H4constant defined in "SECURE HASH STANDARD" |
static final int | BYTES_OFFSEToffset in buffer to store number of bytes in 0-15 word frame |
static final int | HASH_OFFSEToffset in buffer to store current hash value |
static final int | DIGEST_LENGTH# of bytes in H0-H4 words;
in this implementation # is set to 20 (in general # varies from 1 to 20) |
static final String | LIBRARY_NAMEname of native library to use on Windows platform |
static final String[] | DEVICE_NAMESnames of random devices on Linux platform |