More on the topicThe quantum search algorithm (sometimes called a database search algorithm), developed by the American mathematician Lov Grover in 1996, is applied to various cryptanalysis problems. For a given Boolean function
f of
n variables, Grover's algorithm can solve the equation
f(x)=y in
O(N1/2) operations, while the classical brute-force algorithm requires
O(N) operations.