- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for bb (0.03 sec)
-
cmd/testdata/xl-many-parts.meta
l-replication-timestamp�2023-08-15T14:38:39.284708865Z�MetaUsr��X-Amz-Replication-Status�FAILED�X-Amz-Meta-Mtime�1599066652�content-type�video/quicktime�etag�%43bc26cf9d1b65d8830884adf6f47bba-9016�v�d���$����B�t�E'��bb��z�zc[�B��z���� ���Type�V2Obj� �ID���B�t�E'��bb��z�DDir�� ��hKP�|�T�ޭ6�EcAlgo�EcM�EcN�EcBSize� �EcIndex�EcDist� L1760: �CSumAlgo�PartNums�#8 L1761: !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 02 21:40:38 UTC 2023 - 808.8K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
func natBytes(n *Nat) []byte { return n.Bytes(maxModulus(uint(len(n.limbs)))) } func natFromBytes(b []byte) *Nat { // Must not use Nat.SetBytes as it's used in TestSetBytes. bb := new(big.Int).SetBytes(b) return NewNat().setBig(bb) } func modulusFromBytes(b []byte) *Modulus { bb := new(big.Int).SetBytes(b) m, _ := NewModulus(bb.Bytes()) return m } // maxModulus returns the biggest modulus that can fit in n limbs. func maxModulus(n uint) *Modulus { b := big.NewInt(1) b.Lsh(b, n*_W) b.Sub(b, big.NewInt(1))...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)