uor-addr 0.2.0

UOR-ADDR — the typed reference vocabulary for content-addressing across recursively-grammared formats. Standard-library Layer-3 Prism realization of the UOR Foundation; ships the common architectural surface plus the JSON realization under JCS-RFC8785 + NFC + SHA-256.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! CS-G2 — commutative binary product (lex-min-first concatenation) per wiki [ADR-061] §(2). Five σ-axes × one shape =
//! five binary entry points.
//!
//! [ADR-061]: https://github.com/UOR-Foundation/UOR-Framework/wiki/ADR-061

pub mod model;
pub mod pipeline;
pub mod value;
pub mod verbs;

pub use pipeline::{
    compose_g2_product, compose_g2_product_blake3, compose_g2_product_keccak256,
    compose_g2_product_sha3_256, compose_g2_product_sha512,
};