Kind: global class
this: {HASH384}
Creates an instance of HASH384
Initialise Hash function
Kind: instance method of HASH384
this: {HASH384}
Process a single byte
Kind: instance method of HASH384
this: {HASH384}
Param | Description |
---|---|
byt | byte to be included in hash |
Process an array of bytes
Kind: instance method of HASH384
this: {HASH384}
Param | Description |
---|---|
b | byte arrray to be included in hash |
Process a 32-bit integer
Kind: instance method of HASH384
this: {HASH384}
Param | Description |
---|---|
n | Integer to be included in hash |
Generate 32-byte hash
Kind: instance method of HASH384
Returns: digest 32-byte hash
this: {HASH384}