Module rabibridge.permissions

Functions

def aes_decryption(ciphertext: bytes, secret: bytes) ‑> bytes
def aes_encryption(plaintext: bytes, secret: bytes) ‑> bytes