Skip to content

add random nonce encryption helpers#6

Open
mcjkula wants to merge 2 commits into
mainfrom
nonce-helpers
Open

add random nonce encryption helpers#6
mcjkula wants to merge 2 commits into
mainfrom
nonce-helpers

Conversation

@mcjkula
Copy link
Copy Markdown
Contributor

@mcjkula mcjkula commented May 20, 2026

Summary

  • add safe random-nonce encryption helpers across Rust, Python, TypeScript, and Go
  • keep explicit nonce APIs available for deterministic tests/vectors
  • preserve RNG failures as explicit errors where the SDK can report them

Tests

  • cd rust && cargo test
  • cd python && ../.venv/bin/python -m pytest tests/
  • cd typescript && npm test && npm run lint
  • cd go && go test ./...

@codecov
Copy link
Copy Markdown

codecov Bot commented May 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

1 participant