• Preparing search index...
  • The search index is not available
Implementation of the RDF Canonicalization algorithm RDFC-1.0 - v3.1.3
  • Implementation of the RDF Canonicalization algorithm RDFC-1.0
  • lib/hashNDegreeQuads
  • computeNDegreeHash

Function computeNDegreeHash

  • computeNDegreeHash(state, identifier, issuer): Promise<NDegreeHashResult>
  • Compute the n-degree hash. See the specification for the details.

    Parameters

    • state: GlobalState
    • identifier: string
    • issuer: IDIssuer

    Returns Promise<NDegreeHashResult>

    Throws

    RangeError - the maximum number of calls have been reached

    Async

    • Defined in lib/hashNDegreeQuads.ts:93

Settings

Member Visibility

Theme

  • lib
    • canonicalization.ts
      • computeCanonicalDataset
    • common.ts
      • computeHash
      • concatNquads
      • hashNquads
      • quadToNquad
      • quadsToNquads
      • hashDataset
      • parseNquads
      • isQuads
      • BNODE_PREFIX
      • Quads
      • InputQuads
      • InputDataset
      • BNodeId
      • Hash
      • BNodeToQuads
      • HashToBNodes
      • C14nResult
      • C14nState
      • GlobalState
      • NDegreeHashResult
      • BnodeSet
    • config.ts
      • defaultConfigData
      • DEFAULT_MAXIMUM_COMPLEXITY
      • HASH_ALGORITHM
      • AVAILABLE_HASH_ALGORITHMS
      • ENV_COMPLEXITY
      • ENV_HASH_ALGORITHM
      • ConfigData
      • GetConfigData
    • hash1DegreeQuads.ts
      • computeFirstDegreeHash
    • hashNDegreeQuads.ts
      • computeNDegreeHash
    • issueIdentifier.ts
      • IDIssuer
    • logging.ts
      • bntqToLogItem
      • ndhrToLogItem
      • htbnToLogItem
      • LogLevels
      • LogItem
      • Log
      • Logger
      • LoggerFactory
  • index.ts
    • RDFC10
    • Quads
    • InputDataset
    • C14nResult
    • InputQuads
    • Hash
    • BNodeId
    • LogLevels
    • Logger
    • ConfigData
    • GetConfigData