@microsoft/ccf-app

    Variable digestConst

    digest: (algorithm: DigestAlgorithm, plaintext: ArrayBuffer) => ArrayBuffer = ccf.crypto.digest

    Generate a digest (hash) of the given data.

    Type declaration

      • (algorithm: DigestAlgorithm, plaintext: ArrayBuffer): ArrayBuffer
      • Generate a digest (hash) of the given data.

        Parameters

        Returns ArrayBuffer

    MMNEPVFCICPMFPCPTTAAATR