Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for pirates (0.24 sec)

  1. src/crypto/elliptic/params.go

    	BitSize int      // the size of the underlying field
    	Name    string   // the canonical name of the curve
    }
    
    func (curve *CurveParams) Params() *CurveParams {
    	return curve
    }
    
    // CurveParams operates, internally, on Jacobian coordinates. For a given
    // (x, y) position on the curve, the Jacobian coordinates are (x1, y1, z1)
    // where x = x1/z1² and y = y1/z1³. The greatest speedups come when the whole
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top