HomeSort by relevance Sort by last modified time
    Searched defs:smallPrimes (Results 1 - 10 of 10) sorted by null

  /prebuilts/go/darwin-x86/src/crypto/rand/
util.go 13 // smallPrimes is a list of small, prime numbers that allows us to rapidly
18 var smallPrimes = []uint8{
22 // smallPrimesProduct is the product of the values in smallPrimes and allows us
24 // coprime to all the elements of smallPrimes without further big.Int
73 // Calculate the value mod the product of smallPrimes. If it's
83 for _, prime := range smallPrimes {
  /prebuilts/go/linux-x86/src/crypto/rand/
util.go 13 // smallPrimes is a list of small, prime numbers that allows us to rapidly
18 var smallPrimes = []uint8{
22 // smallPrimesProduct is the product of the values in smallPrimes and allows us
24 // coprime to all the elements of smallPrimes without further big.Int
73 // Calculate the value mod the product of smallPrimes. If it's
83 for _, prime := range smallPrimes {
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/misc/common/robolectric/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar 

Completed in 636 milliseconds