Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runRecordProof (0.18 sec)

  1. src/cmd/vendor/golang.org/x/mod/sumdb/tlog/tlog.go

    	}
    	th2, err := runRecordProof(p, 0, t, n, h)
    	if err != nil {
    		return err
    	}
    	if th2 == th {
    		return nil
    	}
    	return errProofFailed
    }
    
    // runRecordProof runs the proof p that leaf n is contained in the subtree with leaves [lo, hi).
    // Running the proof means constructing and returning the implied hash of that
    // subtree.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 17.9K bytes
    - Viewed (0)
Back to top