Enable the encrypt-at feature by-default

This commit is contained in:
Rodolphe Bréard 2025-02-21 10:59:28 +01:00
parent 655570a8be
commit fd066c6107
Signed by: rodolphe
SSH key fingerprint: SHA256:3rodCKnk1MUOfSlIKY0nHbBtvFyQx4EqjS+JIy69lN0

View file

@ -12,7 +12,7 @@ keywords = ["cryptography", "encryption"]
categories = ["cryptography"]
[features]
default = ["aes", "chacha", "ikm-management"]
default = ["aes", "chacha", "ikm-management", "encrypt-at"]
encryption = []
aes = ["encryption", "aes-gcm", "hkdf", "sha2"]
chacha = ["encryption", "chacha20poly1305", "blake3"]