Skip to main content

auki-jcs

Synced from the repository

This page mirrors crates/auki-jcs/README.md in the auki-sdk repo (branch develop). The repository is the source of truth.

RFC 8785 JSON Canonicalization Scheme — produces canonical UTF-8 bytes for any serde_json::Value. Paired with auki-hash to give every registry entry a stable content hash regardless of producer-side field order or whitespace.

Status: Shipped.

Public surface

  • canonicalize(value) -> Vec<u8> — emit the RFC 8785 canonical byte sequence.

Depends on

Nothing in the workspace.