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