new.lisp 318 B

12345678910
  1. (def! dec "73eda753299d7d483339d80809a1d80553bda402fffe5bfeffffffff00000000")
  2. (def! bits (unpack-bits dec 256))
  3. (println (count bits))
  4. (map (fn* [b] (println (add-one-lc0))) bits)
  5. ;; (map (fn* [b] ((add-lc0 b) (double-coeff-lc))) bits)
  6. ;; (reset-coeff-lc)
  7. ;; (sub-lc0 x)
  8. ;; (add-one-lc1)