Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for stx (0.01 sec)

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

    	// First the tiles needed for the tree hash.
    	th, err := HashFromTile(tiles[stxTileOrder[len(stx)-1]], data[stxTileOrder[len(stx)-1]], stx[len(stx)-1])
    	if err != nil {
    		return nil, err
    	}
    	for i := len(stx) - 2; i >= 0; i-- {
    		h, err := HashFromTile(tiles[stxTileOrder[i]], data[stxTileOrder[i]], stx[i])
    		if err != nil {
    			return nil, err
    		}
    		th = NodeHash(h, th)
    	}
    	if th != r.tree.Hash {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_arm64.s

    	LDP	1*16(a_ptr), (x2, x3)
    	p256AddInline
    	STx(m)
    
    	LDx(z1in)
    	LDy(y1in)
    	CALL	p256MulInternal<>(SB)
    	p256MulBy2Inline
    	STx(z3out)
    
    	LDy(x1in)
    	LDx(zsqr)
    	CALL	p256SubInternal<>(SB)
    	LDy(m)
    	CALL	p256MulInternal<>(SB)
    
    	// Multiply by 3
    	p256MulBy2Inline
    	p256AddInline
    	STx(m)
    
    	LDy(y1in)
    	p256MulBy2Inline
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top