Fix production deployment issues

This commit is contained in:
2026-03-28 13:57:57 +03:00
Unverified
parent 30ab4d9190
commit 3caadde6ff
14 changed files with 170 additions and 105 deletions
+2 -1
View File
@@ -137,7 +137,8 @@ def decrypt_transport_blob(
ephemeral transport private key and the client's public key.
Args:
client_public_key_b64: Sender public key in base64 (raw X25519).
client_public_key_b64: Client ephemeral public key in base64 (raw X25519),
the same key as used for the transport-encrypted message body.
encrypted_blob: Raw bytes of `nonce || ciphertext`.
ephemeral_private_key: Server ephemeral X25519 private key.
nonce_size: Nonce size in bytes (24 for XSalsa20-Poly1305).