←back to thread

335 points ingve | 2 comments | | HN request time: 0.022s | source
1. djha-skin ◴[] No.45087650[source]
Does this essentially mean that the Big-O "circuitry requirements" of factoring integers using Schorr's is super polynomial?
replies(1): >>45087867 #
2. cvoss ◴[] No.45087867[source]
The article explains the gate cost mostly comes from O(n) multiply-under-mod ops on O(n)-bit numbers. Each op could be naively spelled out as O(n^2) gates. So the whole thing looks cubic to me at worst.