- Sort Score
- Result 10 results
- Languages All
Results 431 - 433 of 433 for rails (0.05 sec)
-
lib/fips140/v1.0.0.zip
TestVarTimeDoubleBas(t *testing.T) { var p Point var z Scalar p.VarTimeDoubleScalarB(dalekScalar, B, &z) if dalekScalarBasepoint.Equal(&p) != 1 { t.Error("VarTimeDoubleScalarB fails with b=0") } checkOnCurve(t, &p) p.VarTimeDoubleScalarB(&z, B, dalekScalar) if dalekScalarBasepoint.Equal(&p) != 1 { t.Error("VarTimeDoubleScalarB fails with a=0") } checkOnCurve(t, &p) } func TestScalarMultDistri(t *testing.T) { scalarMultDistribute := func(x, y Scalar) bool { var z Scalar z.Add(&x, &y) var p, q, r, check...Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.26.md
- Fixed DaemonSet to update the status even if it fails to create a pod. ([#114819](https://github.com/kubernetes/kubernetes/pull/114819), [@gjkim42](https://github.com/gjkim42)) [SIG Apps and Testing]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Mar 14 16:24:51 UTC 2024 - 425.7K bytes - Viewed (0) -
docs/en/docs/release-notes.md
**This version of FastAPI still supports Pydantic v1**. And although Pydantic v1 will be deprecated at some point, it will still be supported for a while. This means that you can install the new Pydantic v2, and if something fails, you can install Pydantic v1 while you fix any problems you might have, but having the latest FastAPI. There are **tests for both Pydantic v1 and v2**, and test **coverage** is kept at **100%**. ### Changes
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 12:48:45 UTC 2025 - 544.1K bytes - Viewed (0)