Skip to content

Commit

Permalink
ras
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBBB committed Oct 30, 2024
1 parent 5e076e7 commit da14b7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stdlib.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@
(eq! acc digits)
(eq! acc (+ (* base (prev acc)) digits))))

;; WTF

;; byte decomposition constraint
(defpurefun (byte-decomposition ct acc bytes) (base-X-decomposition ct 256 acc bytes))

Expand Down

0 comments on commit da14b7a

Please sign in to comment.