HomeSort by relevance Sort by last modified time
    Searched defs:basePoint (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/ssl/test/runner/curve25519/
doc.go 9 // basePoint is the x coordinate of the generator of the curve.
10 var basePoint = [32]byte{9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
22 ScalarMult(dst, in, &basePoint)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/
doc.go 9 // basePoint is the x coordinate of the generator of the curve.
10 var basePoint = [32]byte{9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
22 ScalarMult(dst, in, &basePoint)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/curve25519/
doc.go 9 // basePoint is the x coordinate of the generator of the curve.
10 var basePoint = [32]byte{9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
22 ScalarMult(dst, in, &basePoint)

Completed in 181 milliseconds