openssh\_key.cipher.integrity.ChaCha20Poly1305Cipher ==================================================== .. currentmodule:: openssh_key.cipher.integrity .. autoclass:: ChaCha20Poly1305Cipher :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~ChaCha20Poly1305Cipher.__init__ ~ChaCha20Poly1305Cipher.decrypt ~ChaCha20Poly1305Cipher.decrypt_with_key_iv ~ChaCha20Poly1305Cipher.encrypt ~ChaCha20Poly1305Cipher.encrypt_with_key_iv ~ChaCha20Poly1305Cipher.get_block_size ~ChaCha20Poly1305Cipher.get_chacha20_cipher_text_block_size ~ChaCha20Poly1305Cipher.get_chacha20_initial_counter_nonce ~ChaCha20Poly1305Cipher.get_chacha20_key_length ~ChaCha20Poly1305Cipher.get_iv_length ~ChaCha20Poly1305Cipher.get_key_length ~ChaCha20Poly1305Cipher.get_poly1305_key_length ~ChaCha20Poly1305Cipher.get_tag_length .. rubric:: Attributes .. autosummary:: ~ChaCha20Poly1305Cipher.BLOCK_SIZE ~ChaCha20Poly1305Cipher.CHACHA20_CIPHER_TEXT_BLOCK_SIZE ~ChaCha20Poly1305Cipher.CHACHA20_INITIAL_COUNTER_NONCE ~ChaCha20Poly1305Cipher.CHACHA20_KEY_LENGTH ~ChaCha20Poly1305Cipher.IV_LENGTH ~ChaCha20Poly1305Cipher.KEY_LENGTH ~ChaCha20Poly1305Cipher.POLY1305_KEY_LENGTH ~ChaCha20Poly1305Cipher.TAG_LENGTH