Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 46 for _11111111 (0.1 sec)

  1. src/crypto/internal/nistec/fiat/p521_invert.go

    	//
    	//	_10       = 2*1
    	//	_11       = 1 + _10
    	//	_1100     = _11 << 2
    	//	_1111     = _11 + _1100
    	//	_11110000 = _1111 << 4
    	//	_11111111 = _1111 + _11110000
    	//	x16       = _11111111 << 8 + _11111111
    	//	x32       = x16 << 16 + x16
    	//	x64       = x32 << 32 + x32
    	//	x65       = 2*x64 + 1
    	//	x129      = x65 << 64 + x64
    	//	x130      = 2*x129 + 1
    	//	x259      = x130 << 129 + x129
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_ordinv.go

    	p256OrdMul(_10101, t, _1)    // _10101
    	p256OrdSqr(x, _10101, 1)     // _101010
    	p256OrdMul(_101111, _101, x) // _101111
    	p256OrdMul(x, _10101, x)     // _111111 = x6
    	p256OrdSqr(t, x, 2)          // _11111100
    	p256OrdMul(t, t, _11)        // _11111111 = x8
    	p256OrdSqr(x, t, 8)          // _ff00
    	p256OrdMul(x, x, t)          // _ffff = x16
    	p256OrdSqr(t, x, 16)         // _ffff0000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 3K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/p256.go

    	//
    	//	_10       = 2*1
    	//	_11       = 1 + _10
    	//	_1100     = _11 << 2
    	//	_1111     = _11 + _1100
    	//	_11110000 = _1111 << 4
    	//	_11111111 = _1111 + _11110000
    	//	x16       = _11111111 << 8 + _11111111
    	//	x32       = x16 << 16 + x16
    	//	return      ((x32 << 32 + 1) << 96 + 1) << 94
    	//
    	var t0 = new(fiat.P256Element)
    
    	z.Square(x)
    	z.Mul(x, z)
    	t0.Square(z)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/p256_asm.go

    	//
    	//	_10       = 2*1
    	//	_11       = 1 + _10
    	//	_1100     = _11 << 2
    	//	_1111     = _11 + _1100
    	//	_11110000 = _1111 << 4
    	//	_11111111 = _1111 + _11110000
    	//	x16       = _11111111 << 8 + _11111111
    	//	x32       = x16 << 16 + x16
    	//	return      ((x32 << 32 + 1) << 96 + 1) << 94
    	//
    	p256Sqr(t0, x, 1)
    	p256Mul(t0, x, t0)
    	p256Sqr(t1, t0, 2)
    	p256Mul(t0, t0, t1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  5. src/crypto/internal/nistec/p224_sqrt.go

    	//	_10      = 2*1
    	//	_11      = 1 + _10
    	//	_110     = 2*_11
    	//	_111     = 1 + _110
    	//	_111000  = _111 << 3
    	//	_111111  = _111 + _111000
    	//	_1111110 = 2*_111111
    	//	_1111111 = 1 + _1111110
    	//	x12      = _1111110 << 5 + _111111
    	//	x24      = x12 << 12 + x12
    	//	i36      = x24 << 7
    	//	x31      = _1111111 + i36
    	//	x48      = i36 << 17 + x24
    	//	x96      = x48 << 48 + x48
    	//	return     x96 << 31 + x31
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 3.1K bytes
    - Viewed (1)
  6. src/crypto/internal/nistec/p384.go

    	//	_10      = 2*1
    	//	_11      = 1 + _10
    	//	_110     = 2*_11
    	//	_111     = 1 + _110
    	//	_111000  = _111 << 3
    	//	_111111  = _111 + _111000
    	//	_1111110 = 2*_111111
    	//	_1111111 = 1 + _1111110
    	//	x12      = _1111110 << 5 + _111111
    	//	x24      = x12 << 12 + x12
    	//	x31      = x24 << 7 + _1111111
    	//	x32      = 2*x31 + 1
    	//	x63      = x32 << 31 + x31
    	//	x126     = x63 << 63 + x63
    	//	x252     = x126 << 126 + x126
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 18K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesDependencyResolveIntegTest.groovy

            "latest.milestone"   | "select branch" | "2.0"         | '["2.0"]'        | ['2.1', '2.0']     | false           | false            | ["didn't match version 2.1"]
            "1.1"                | "select 1.1"    | "1.1"         | '["1.1"]'        | ['1.1']            | true            | true             | []
            "1.1"                | "select status" | "1.1"         | '["1.1"]'        | ['1.1']            | false           | true             | []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  8. okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerTest.kt

            .writeByte(0b10001001)
            .writeByte(0b11111111)
            .writeByte(0b11111111)
            .writeByte(0b11111111)
            .writeByte(0b11111111)
            .writeByte(0b11111111)
            .writeByte(0b11111111)
            .writeByte(0b11111111)
            .writeByte(0b11111111)
            .writeByte(0b11111111)
            .writeByte(0b11111111)
    
        val derReader = DerReader(buffer)
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  9. src/crypto/internal/nistec/fiat/p256_invert.go

    	//
    	//	_10     = 2*1
    	//	_11     = 1 + _10
    	//	_110    = 2*_11
    	//	_111    = 1 + _110
    	//	_111000 = _111 << 3
    	//	_111111 = _111 + _111000
    	//	x12     = _111111 << 6 + _111111
    	//	x15     = x12 << 3 + _111
    	//	x16     = 2*x15 + 1
    	//	x32     = x16 << 16 + x16
    	//	i53     = x32 << 15
    	//	x47     = x15 + i53
    	//	i263    = ((i53 << 17 + 1) << 143 + x47) << 47
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy/StaticVersionComparator.java

    import java.util.Map;
    
    /**
     * Allows for comparison of Version instances.
     * Note that this comparator only considers the 'parts' of a version, and does not consider the part 'separators'.
     * This means that it considers `1.1.1 == 1-1-1 == 1.1-1`, and should not be used in cases where this is important.
     * One example where this comparator is inappropriate is if versions should be retained in a TreeMap/TreeSet.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.8K bytes
    - Viewed (0)
Back to top