Commit Graph

3 Commits

Author SHA1 Message Date
Leopere 0314c598fb
Polish: camera-only entropy, cleaner output, complete docs
- Remove CSPRNG fallback: pool now returns errors when camera entropy
  is insufficient instead of silently falling back to ChaCha20.
  Random data is only from camera input or not at all.
- Fix throughput display: show Mbps/KB/s for smaller frame sizes,
  Gbps/MB/s for larger ones (actual frame size varies by pixel format).
- Add RESEARCH.md note about pixel format impact on throughput.
- Complete README API table with all endpoints (dice, password, coin,
  8ball, cameras, docs, MCP).
- Add docker-compose device mapping for Linux camera access with
  explanatory comments about macOS limitation.
- Add macOS LaunchAgent scripts (install/uninstall/plist template).
- Polish run-mac.sh with build step and clearer output.
- Fix dead code warnings on library utility functions.
- Add /logs/ to .gitignore for LaunchAgent log output.
- Fix skill.md: remove stale CSPRNG fallback references.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 11:08:13 -05:00
Leopere 4d302559e4
Add QTRNG tools: quantum dice, password generator, coin flip; build-test script
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 16:24:51 -05:00
Leopere 40451b7d4c
Camera TRNG: webcam-based true random number generator
MIT with attribution (see LICENSE). Docker: build locally, no registry.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-05 15:46:26 -05:00