Compare commits
3 commits
cd14911221
...
fd066c6107
Author | SHA1 | Date | |
---|---|---|---|
fd066c6107 | |||
655570a8be | |||
87d88bb47d |
3 changed files with 4 additions and 2 deletions
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
github: [breard-r]
|
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue