- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for BenchmarkVarTimeDoub (0.28 sec)
-
lib/fips140/v1.0.0-c2097c7c.zip
Benchmarks. func BenchmarkScalarBaseM(b *testing.B) { var p Point for i := 0; i < b.N; i++ { p.ScalarBaseMult(dalekScalar) } } func BenchmarkScalarMult(b *testing.B) { var p Point for i := 0; i < b.N; i++ { p.ScalarMult(dalekScalar, B) } } func BenchmarkVarTimeDoub(b *testing.B) { var p Point for i := 0; i < b.N; i++ { p.VarTimeDoubleScalarB(dalekScalar, B, dalekScalar) } } golang.org/fips140@v1.0.0-c2097c7c/fips140/v1.0.0-c2097c7c/edwards25519/tables.go // Copyright (c) 2019 The Go Authors. All rights...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
Benchmarks. func BenchmarkScalarBaseM(b *testing.B) { var p Point for i := 0; i < b.N; i++ { p.ScalarBaseMult(dalekScalar) } } func BenchmarkScalarMult(b *testing.B) { var p Point for i := 0; i < b.N; i++ { p.ScalarMult(dalekScalar, B) } } func BenchmarkVarTimeDoub(b *testing.B) { var p Point for i := 0; i < b.N; i++ { p.VarTimeDoubleScalarB(dalekScalar, B, dalekScalar) } } golang.org/fips140@v1.1.0-rc1/fips140/v1.1.0-rc1/edwards25519/tables.go // Copyright (c) 2019 The Go Authors. All rights reserved....
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)