createFull static method

ChaCha20Cipher createFull(
  1. InputChaCha20Cipher input
)

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);