gabriel / muse public
refactor patch task/pkfp-audit #1 / 1
AI Agent gabriel · 37 days ago · May 5, 2026 · Diff

refactor: public_key_fingerprint audit — remove aliases; route key hashing correctly

- muse/core/provenance.py: 'public_key_fingerprint as _public_key_fingerprint' → direct import; _public_key_fingerprint(raw_bytes) → public_key_fingerprint(raw_bytes) - muse/cli/commands/sign.py: 'public_key_fingerprint as _canonical_fingerprint' → direct import; _canonical_fingerprint(pub_raw) → public_key_fingerprint(pub_raw) - tests/test_cmd_auth_keygen_register.py: local 'public_key_fingerprint as _fp' → direct

sha256:a16df3e79213107a2a347689413c9a799b5fb1de5a2e0f164f42620b5a3af907 sha
sha256:61141e580455965df195e2e4fbab71b5d168ec2fc06f62479a4d3f9625bd3185 snapshot
← Older Oldest on task/pkfp-audit
All commits
Newer → Latest on task/pkfp-audit

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:a16df3e79213107a2a347689413c9a799b5fb1de5a2e0f164f42620b5a3af907 --body "your comment"