Update README.md
This commit is contained in:
@ -16,10 +16,10 @@ bits and finds when the state is equal to TARGET."
|
||||
;; Setup
|
||||
(loop for i below bits do (:h i))
|
||||
|
||||
;; Oracle
|
||||
(loop
|
||||
repeat (count-grover-iterations bits 1)
|
||||
do
|
||||
;; Oracle
|
||||
(loop for i below bits
|
||||
for cur = (logand (ash target (- i)) 1)
|
||||
when (zerop cur)
|
||||
|
Reference in New Issue
Block a user