Enable the encrypt-at feature by-default
This commit is contained in:
parent
655570a8be
commit
fd066c6107
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ keywords = ["cryptography", "encryption"]
|
||||||
categories = ["cryptography"]
|
categories = ["cryptography"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["aes", "chacha", "ikm-management"]
|
default = ["aes", "chacha", "ikm-management", "encrypt-at"]
|
||||||
encryption = []
|
encryption = []
|
||||||
aes = ["encryption", "aes-gcm", "hkdf", "sha2"]
|
aes = ["encryption", "aes-gcm", "hkdf", "sha2"]
|
||||||
chacha = ["encryption", "chacha20poly1305", "blake3"]
|
chacha = ["encryption", "chacha20poly1305", "blake3"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue