NDNts
    Preparing search index...

    Type Alias LLSign

    LLSign: (input: Uint8Array) => Promise<Uint8Array>

    Low level signing function.

    Type declaration

      • (input: Uint8Array): Promise<Uint8Array>
      • Parameters

        • input: Uint8Array

          Buffer of signed portion.

        Returns Promise<Uint8Array>

        Promise resolves to signature value or rejects with error.