reticulum-js
    Preparing search index...

    Function stampValue

    • Returns the number of leading zero bits in SHA256(workblock || stamp).

      This is the actual proof-of-work value achieved, which may exceed the recipient's required cost.

      Parameters

      • workblock: Uint8Array<ArrayBufferLike>
      • stamp: Uint8Array<ArrayBufferLike>

      Returns Promise<number>