Skip to content

Commit

Permalink
(ignore me)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBBB committed Oct 30, 2024
1 parent f8c8f65 commit 5e076e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stdlib.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
(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 5e076e7

Please sign in to comment.