Compare commits
No commits in common. "fd066c61078d72cccac41bb63709007c72ea0286" and "cd14911221dc68a12ee4b3aab8c940da9d303e31" have entirely different histories.
fd066c6107
...
cd14911221
3 changed files with 2 additions and 4 deletions
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
|
@ -1 +0,0 @@
|
|||
github: [breard-r]
|
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -26,8 +26,7 @@ jobs:
|
|||
- 1.81.0
|
||||
- 1.82.0
|
||||
- 1.83.0
|
||||
- 1.84.1
|
||||
- 1.85.0
|
||||
- 1.84.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
|
|
@ -12,7 +12,7 @@ keywords = ["cryptography", "encryption"]
|
|||
categories = ["cryptography"]
|
||||
|
||||
[features]
|
||||
default = ["aes", "chacha", "ikm-management", "encrypt-at"]
|
||||
default = ["aes", "chacha", "ikm-management"]
|
||||
encryption = []
|
||||
aes = ["encryption", "aes-gcm", "hkdf", "sha2"]
|
||||
chacha = ["encryption", "chacha20poly1305", "blake3"]
|
||||
|
|
Loading…
Add table
Reference in a new issue