fix: is_encrypted_record never false-negatives at odd traversal_level; encrypt_data rejects nested non-str keys

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-07-03 19:03:53 -04:00
parent dfd794159e
commit dc8f80c690
3 changed files with 54 additions and 29 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "envelope_crypto"
version = "0.1.9"
version = "0.1.10"
description = "Envelope encryption (RSA-OAEP wrapped AES-256-GCM) for dict records — config-free, storage-agnostic, installable."
requires-python = ">=3.10"
dependencies = [