Skip to content

Releases: LogLine-Foundation/json-atomic

json_atomic v0.1.1 - Documentation Improvements

09 Jan 13:46

Choose a tag to compare

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)

09 Jan 10:38

Choose a tag to compare

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_std pronto (matriz no CI)
  • Testes de canto (NFC, zeros à esquerda, ordem de chaves)
  • README com conformidade, quickstart e API

Docs & crate

Security

  • Assinatura Ed25519 calculada sobre o CID (BLAKE3 dos bytes canônicos).

Links