Cryptographic operations like hashing and signing depend on that the target
data does not change during serialization, transport, or parsing. By applying
the rules defined by JCS (JSON Canonicalization Scheme), data provided in the
RFC8259 format can be exchanged "as is", while still being subject to secure
cryptographic operations. JCS achieves this by building on the serialization
formats for JSON primitives as defined by ECMAScript, constraining JSON data
to the I-JSON [RFC7493] subset, and through a platform independent property
sorting scheme.
.
Public RFC: https://tools.ietf.org/html/rfc8785
.
This package contains the Go development library for the old
namespaces github.com/cyberphone/json-canonicalization and
webpki.org/jsoncanonicalizer which is still used by some Debian packages
as a build dependency. Please try to use golang-github-gowebpki-jcs-dev
whenever possible instead of this package.
Installed Size: 35.8 kB
Architectures: all