.gitignore
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml
Dockerfile
LICENSE
PUBLISHING.md
README.md
SECURITY.md
THREAT_MODEL.md
pyproject.toml
.github/SECURITY.md
.github/dependabot.yml
.github/workflows/ci-cd.yml
.github/workflows/publish.yml
abir_guard/__init__.py
abir_guard/abir_hsm.py
abir_guard/attestation.py
abir_guard/crewai.py
abir_guard/crypto_store.py
abir_guard/differential_privacy.py
abir_guard/fips_mode.py
abir_guard/hardware_enclave.py
abir_guard/langchain.py
abir_guard/mcp_http.py
abir_guard/ml_kem.py
abir_guard/py.typed
abir_guard/revocation.py
abir_guard/rotation.py
abir_guard/tpm2_seal.py
abir_guard/yubikey_integration.py
abir_guard.egg-info/PKG-INFO
abir_guard.egg-info/SOURCES.txt
abir_guard.egg-info/dependency_links.txt
abir_guard.egg-info/entry_points.txt
abir_guard.egg-info/requires.txt
abir_guard.egg-info/top_level.txt
examples/quick_start.py
examples/secure_crewai_agent.py
sdk/go/abirguard.go
sdk/go/abirguard_test.go
sdk/go/go.mod
sdk/js/abir_guard.js
src/differential_privacy.rs
src/entropy_inject.rs
src/kdf.rs
src/lib.rs
src/main.rs
src/mcp_gateway.rs
src/ml_dsa.rs
src/persistent_vault.rs
src/quantum_kernel.rs
src/revocation.rs
src/rotation.rs
src/shamir.rs
src/zero_copy.rs
tests/run_tests.py
tests/test_abir_guard.py
tests/test_phase2_hardware.py
tests/test_phase3.py