@nextera.one/axis-protocol
v2.0.0
Published
AXIS2 core — explicit binary frames, canonical TV bodies, signing context, and encrypted-body containers
Downloads
249
Maintainers
Readme
@nextera.one/axis-protocol
Canonical AXIS2 codec shared by clients and servers.
import {
encodeAxisTv,
encodeAxisV2Frame,
getAxisV2SignTarget,
} from '@nextera.one/axis-protocol';AXIS2 uses an explicit ordered binary envelope, canonical TV1 bodies and an
optional AES-256-GCM ENC1 body container. X-Capsule-Id and X-Session-Id
are normalized into signature and encryption-AAD inputs. See axis-docs in the
repository for the complete wire contract.
