Skip to content

docs: define crypto hashing contract - #90

Open
vycdev2 wants to merge 1 commit into
vycdev:mainfrom
vycdev2:docs/define-crypto-hashing-contract
Open

docs: define crypto hashing contract#90
vycdev2 wants to merge 1 commit into
vycdev:mainfrom
vycdev2:docs/define-crypto-hashing-contract

Conversation

@vycdev2

@vycdev2 vycdev2 commented Aug 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • define the stable UTF-8-to-lowercase-hex SHA-256 and legacy MD5 contract
  • classify planned SHA-512 and key-first binary HMAC, including secret taint, password non-claims, and compatibility behavior
  • record the source/runtime boundary, backend obligations, implementation slices, and align design, architecture, progress, and docs indexes

Verification

  • cargo test -q -p jett_driver run_pass_crypto — passed: the crypto driver fixture passed
  • cargo fmt --check — passed
  • cargo build — passed
  • cargo test -q — passed: full workspace suite, including all 432 driver fixtures
  • git diff --check — passed

Risk

  • Medium: documentation-only, but it selects public crypto semantics and future API shapes that should be reviewed before implementation.

Closes #69

This was generated by an AI agent (vycdev2). Please verify any changes before merging or applying.

vycdev commented Aug 10, 2026

Copy link
Copy Markdown
Owner

The crypto hashing contract reviewed as internally sound, but this documentation branch now conflicts with current main (including architecture text landed with #56). Please rebase and reconcile the current canonical text rather than overwriting it, then rerun diff/link checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

design: define crypto hashing and security contract

2 participants