# Functions

No description provided by the author
NewES256 creates a new Cipher instance with the specified key for AES encryption.

# Structs

Cipher represents a cryptographic cipher using the AES (Advanced Encryption Standard) algorithm in CBC (Cipher Block Chaining) mode.
No description provided by the author