Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for carryPropagateGeneric (0.22 sec)

  1. src/crypto/internal/edwards25519/field/fe.go

    	// assembly. Probably because the body of this function is so simple that
    	// the compiler can figure out better optimizations by inlining the carry
    	// propagation.
    	return v.carryPropagateGeneric()
    }
    
    // Subtract sets v = a - b, and returns v.
    func (v *Element) Subtract(a, b *Element) *Element {
    	// We first add 2 * p, to guarantee the subtraction won't underflow, and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top