Compare commits

..

No commits in common. "fd066c61078d72cccac41bb63709007c72ea0286" and "cd14911221dc68a12ee4b3aab8c940da9d303e31" have entirely different histories.

3 changed files with 2 additions and 4 deletions

1
.github/FUNDING.yml vendored
View file

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

View file

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

View file

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