Skip to content

Encryption API

WARNING

This documentation is currently being updated.

The Encryption module handles X25519 key exchange and AES-256-GCM message encryption.

Class: Crypto

python
class CryptoManager:
    """
    Manages cryptographic keys and operations.
    """

Released under the MIT License.