ComfyUI Node
Symmetrical Padding
A ComfyUI node in ARG Toolkit/Cryptography/Modern/Padding with 4 inputs and 1 output.
Symmetrical Padding
- padding_data
- padded_data
◄block_size128►
◄algorithm▾►
◄modetrue►
CategoryARG Toolkit/Cryptography/Modern/Padding
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| padding_data | BYTESLIKE | The data to pad or unpad. | |
| block_size | INT | 1280–2040 | The size of the block (in bits) that is padded onto the data. |
| algorithm | COMBO | The padding algorithm used. | |
| mode | BOOLEAN | true | Toggle between padding and unpadding. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| padded_data | BYTESLIKE | — |