createFull static method
Creates a ChaCha20Cipher with full control over all parameters.
Accepts the complete InputChaCha20Cipher record, allowing complete customization of all nested parameters. This factory automatically adapts to any changes in the input structure without requiring modifications.
Implementation
static ChaCha20Cipher createFull(InputChaCha20Cipher input) => ChaCha20Cipher(input);