Remix.run Logo
comboy 4 days ago

zk-SNARKS maybe?

Sesse__ 4 days ago | parent [-]

For demonstrating verification of a conjecture, surely you can do much simpler things than a zero-knowledge proof: Send one of the primes.

sebzim4500 4 days ago | parent | next [-]

It would still take a nontrivial amount of computation to do all the verification afterwards. Back of the envelope calculations suggest it should less than 100x longer to find the two primes than to verify them.

yujzgzc 4 days ago | parent [-]

It'd be neat to do the verification in the same manner by redistributing one client's results to another, therefore obtaining a proof modulo client collusion.

looofooo0 4 days ago | parent | prev | next [-]

Say smaller prime is less then 10,000. Then this one or two Byte per Nummer. E.g. 100 Mio number is already 100mb or

johnisgood 4 days ago | parent | prev [-]

I am curious about alternatives or solutions in such a setting / context.