Fix CI: replace sodiumoxide with pure-Rust crypto libraries (aes-gcm, sha2, hkdf)
Some checks failed
CI / test (push) Failing after 2s

This commit is contained in:
2026-01-31 23:17:24 +00:00
parent 400162a295
commit bbf1e2531b

View File

@@ -14,3 +14,9 @@ jobs:
- name: Build - name: Build
run: cargo build --all-features --verbose run: cargo build --all-features --verbose
- name: Run tests
run: cargo test --verbose
- name: Check formatting
run: cargo fmt -- --check