Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for BB (0.05 seconds)

  1. 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[\]^...
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sat Sep 02 21:40:38 GMT 2023
    - 808.8K bytes
    - Click Count (0)
  2. lib/fips140/v1.0.0-c2097c7c.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))...
    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)
  3. lib/fips140/v1.1.0-rc1.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))...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top