public final class SHA1Constants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BYTES_OFFSET
offset in buffer to store number of bytes in 0-15 word frame
|
static int |
DIGEST_LENGTH
# of bytes in H0-H4 words;
in this implementation # is set to 20 (in general # varies from 1 to 20) |
static int |
H0
constant defined in "SECURE HASH STANDARD"
|
static int |
H1
constant defined in "SECURE HASH STANDARD"
|
static int |
H2
constant defined in "SECURE HASH STANDARD"
|
static int |
H3
constant defined in "SECURE HASH STANDARD"
|
static int |
H4
constant defined in "SECURE HASH STANDARD"
|
static int |
HASH_OFFSET
offset in buffer to store current hash value
|
public static final int H0
public static final int H1
public static final int H2
public static final int H3
public static final int H4
public static final int BYTES_OFFSET
public static final int HASH_OFFSET
public static final int DIGEST_LENGTH