Function: canonicalHash() ​
canonicalHash(
object,options?):string
Defined in: packages/common/src/canonicalization.ts:121
Implements 8.c JSON Document Hashing.
Full pipeline: Canonicalize (JCS) -> Hash (SHA-256) -> Encode.
Parameters ​
object ​
Record<any, any>
The object to process.
options? ​
Options for algorithm and encoding.
Returns ​
string
The encoded hash string.