martinbn
Science Advisor
- 4,289
- 2,335
One tip for you too. If you talk about something you have no clue, the result is pure nonsens.noelbcornerstone said:One tip for anyone on this thread. The result of what we are doing with integers and integer factorisation will remove the ability to use any form of modular exponentiation, or elliptic curve prime field for encryption. It is very likely the outcome of our work will result in it not being possible to use AES or anything like it for encryption or one way hashing (i.e. if I know what I need to hash to, I can pick any of the numbers that hash to it easily). We are not seeing a mathematical way to encrypt or hash one way after we publish.
This will result in the collapse of bitcoin and other coins in likelihood since proof-of-work is trivialised.
We are not the only party that has figured this out. It is likely actors are going to rug pull bitcoin for sure in the near future.
Example: RSA 100. if we take (d+n)(d+n) - (x+n)(x+n) = c (diff of two squares, d is the root of c)
See that 2a/x is almost exactly equal to x/n, it is only the remainder that fills in the blanks.
There is a class of integers like this. Essential the ratio of the remainder of dividing x by n is in proportion exactly to the ratio of dividing 2a by x. And 2d is 2a + 2x. So for RSA100 we can divided 2d by n. We don't know what n is so we use the number 1 to 10,000 as the amount of n in 2d. We get to 5424. Easy compared to the general number field sieve. At this number we have a chunk of the start of numbers...
a must start with 379... b must start with 400... x must start with 1054 and n must start with 1438... and theta must start with 72.655 (where theta is 2a/x and x/n rememeber that for all c, that if 72.655 x = 2a, then 74.655.. will equal 2d, since (73.655... x 73.655... x n ) squared equals c.
What is so good about that?
The values of x, n, and theta are not random and only possess certain characteristics that are related to the golden ratio, the squre root of two (you can see that in 1438... for n) and the decimal unit 1.
Because these numbers are fixed, it is very simple and very quick to figure out the expansion of the natural log of c, and which are the squares in the exponential function definition that are the ones that give the exact result for c, half of that exponent is obviously the square root of c, and if we know the five contributors in the natural log of c (five dimensions is always the max needed for any problem), then like finding the place of Pi without those in front, we spigot the solution. Works best for the product of two primes.
There are a fixed number of theses types of integer and it's like whether the square is odd and the remainder is even, the other way round. If n is smaller or larger than x and how does that affect theta. And the 'balance number' for that type of integer. In other words, what is the constant that all our variable must equal. This is what maths has been missing for integer factorisation. That pattern that is fixed. The larger the numbers are the easier it is to find.
What we are seeing evidence of is that P = NP. If a problem statement is complete, it is also the solution.