Kind: global class
this: {SHA3}
Creates an instance of SHA3
Param | Description |
---|---|
olen | output length |
Initialise an instance of SHA3
Kind: instance method of SHA3
this: {SHA3}
Param | Description |
---|---|
olen | output length |
Process a byte for SHA3
Kind: instance method of SHA3
this: {SHA3}
Byt: byte of date to be processed
Create fixed length hash output of SHA3
Kind: instance method of SHA3
this: {SHA3}
Param | Description |
---|---|
buff | byte array to store hash |
Create variable length hash output of SHA3
Kind: instance method of SHA3
this: {SHA3}
Param | Description |
---|---|
buff | byte array to store hash |
olen | length of the hash |