- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for prev (0.08 seconds)
-
lib/fips140/v1.0.0-c2097c7c.zip
dP, dQ, and qInv may be nil if the key was created with // NewPrivateKeyWithout. func (priv *PrivateKey) Export() (N []byte, e int, d, P, Q, dP, dQ, qInv []byte) { N = priv.pub.N.Nat().Bytes(priv.pub.N) e = priv.pub.E d = priv.d.Bytes(priv.pub.N) if priv.dP == nil { return } P = priv.p.Nat().Bytes(priv.p) Q = priv.q.Nat().Bytes(priv.q) dP = bytes.Clone(priv.dP) dQ = bytes.Clone(priv.dQ) qInv = priv.qInv.Bytes(priv.p) return } // checkPrivateKey is called by the NewPrivateKey and GenerateKey functions,...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
lib/fips140/v1.1.0-rc1.zip
key inconsistent with public key hash") } computeT1Hat(priv.pub.t1[:k], t1) // NTT(t₁ ⋅ 2ᵈ) return priv, nil } func TestingOnlyPrivateKe(priv *PrivateKey) []byte { k, l, η := priv.pub.p.k, priv.pub.p.l, priv.pub.p.η sk := make([]byte, 0, semiExpandedPrivKeyS(priv.pub.p)) sk = append(sk, priv.pub.raw[:32]...) // ρ sk = append(sk, priv.k[:]...) // K sk = append(sk, priv.pub.tr[:]...) // tr for i := range l { sk = bitPackSlow(sk, inverseNTT(priv.s1[i]), η, η) } for i := range k { sk = bitPackSlow(sk,...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0) -
docs/en/docs/release-notes.md
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#13634](https://github.com/fastapi/fastapi/pull/13634) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci). * ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#13619](https://github.com/fastapi/fastapi/pull/13619) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 19:06:15 GMT 2025 - 586.7K bytes - Click Count (0) -
RELEASE.md
* Enable JIT-compiled i64-indexed kernels on GPU for large tensors with more than 2**32 elements.
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Tue Oct 28 22:27:41 GMT 2025 - 740.4K bytes - Click Count (3)