Releases: LogLine-Foundation/json-atomic
Releases · LogLine-Foundation/json-atomic
json_atomic v0.1.1 - Documentation Improvements
Documentation Improvements
This release significantly improves documentation coverage.
Added
- Comprehensive documentation for all public APIs
- Executable code examples for all functions
- Detailed documentation for SignedFact, seal functions, and verification
- Complete documentation for error types
- Improved docs.rs experience with practical examples
Changed
- Documentation coverage increased significantly
All examples compile and pass tests. The documentation is now much more helpful for users getting started with json_atomic.
Full Changelog: https://github.com/LogLine-Foundation/json_atomic/compare/v0.1.0...v0.1.1
json_atomic v0.1.0 — The Cryptographic Atom (Paper II)
json_atomic v0.1.0 — The Cryptographic Atom (Paper II)
What's new
- Canonicalização JSON✯Atomic: Same Semantics = Same Bytes = Same Hash
- Cycle of Truth:
canonize(value) → blake3(CID) → ed25519 (DV25-Seal) SignedFact { canonical, cid, signature, public_key, hash_alg, sig_alg, canon_ver, format_id }- Integração com logline-core 0.1.0:
seal_logline(LogLine) - Trajectory Matching básico (
trajectory_confidence) alloc/no_stdpronto (matriz no CI)- Testes de canto (NFC, zeros à esquerda, ordem de chaves)
- README com conformidade, quickstart e API
Docs & crate
- crates.io:
json_atomic = "0.1.0" - docs.rs: https://docs.rs/json_atomic/0.1.0 (com badges e README incorporado)
Security
- Assinatura Ed25519 calculada sobre o CID (BLAKE3 dos bytes canônicos).