- Sort Score
- Result 10 results
- Languages All
Results 11 - 13 of 13 for Lhs (0.05 sec)
-
lib/fips140/v1.1.0-rc1.zip
(Y/Z)² = 1 + d(X/Z)²(Y/Z)² // (-X² + Y²)/Z² = 1 + (dX²Y²)/Z⁴ // (-X² + Y²)*Z² = Z⁴ + dX²Y² var lhs, rhs field.Element lhs.Subtract(&YY, &XX).Multiply(&lhs, &ZZ) rhs.Multiply(d, &XX).Multiply(&rhs, &YY).Add(&rhs, &ZZZZ) if lhs.Equal(&rhs) != 1 { t.Errorf("X, Y, and Z do not specify a point on the curve\nX = %v\nY = %v\nZ = %v", p.x, p.y, p.z) } // xy = T/Z lhs.Multiply(&p.x, &p.y) rhs.Multiply(&p.z, &p.t) if lhs.Equal(&rhs) != 1 { t.Errorf("point %d is not valid\nX = %v\nY = %v\nZ = %v", i, p.x, p.y, p.z)...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<sub-class-of type="text/plain"/> </mime-type> <mime-type type="text/x-haskell"> <_comment>Haskell source code</_comment> <glob pattern="*.hs"/> <glob pattern="*.lhs"/> <sub-class-of type="text/plain"/> </mime-type> <mime-type type="text/x-idl"> <_comment>Interface Definition Language</_comment> <glob pattern="*.idl"/>Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5) -
api/go1.txt
pkg go/ast, type ArrayType struct, Elt Expr pkg go/ast, type ArrayType struct, Lbrack token.Pos pkg go/ast, type ArrayType struct, Len Expr pkg go/ast, type AssignStmt struct pkg go/ast, type AssignStmt struct, Lhs []Expr pkg go/ast, type AssignStmt struct, Rhs []Expr pkg go/ast, type AssignStmt struct, Tok token.Token pkg go/ast, type AssignStmt struct, TokPos token.Pos pkg go/ast, type BadDecl struct
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)