ComfyUI Node
SHAKE Hashing
A ComfyUI node in ARG Toolkit/Cryptography/Modern/Hashing with 5 inputs and 1 output.
SHAKE Hashing
- key1
- hash_bytes
◄squeeze_bytes16►
◄squeeze_times1►
◄digest_size32►
◄algorithm▾►
CategoryARG Toolkit/Cryptography/Modern/Hashing
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| key1 | BYTESLIKE | First key (mandatory) | |
| squeeze_bytes | INT | 16 | The amount of bytes to squeeze. |
| squeeze_times | INT | 1 | The amount of times to squeeze. |
| digest_size | INT | 32 | The length of output desired (in bytes) |
| algorithm | COMBO | 2 options: SHAKE_128, SHAKE_256 |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| hash_bytes | BYTESLIKE | — |