Compare commits

...

3 commits

3 changed files with 4 additions and 2 deletions

1
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1 @@
github: [breard-r]

View file

@ -26,7 +26,8 @@ jobs:
- 1.81.0
- 1.82.0
- 1.83.0
- 1.84.0
- 1.84.1
- 1.85.0
- stable
- beta
- nightly

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"]