sharplispers / ironclad

A cryptographic toolkit written in Common Lisp
BSD 3-Clause "New" or "Revised" License
166 stars 28 forks source link

Improve performance in LispWorks. #66

Open jingtaozf opened 9 months ago

jingtaozf commented 9 months ago

bcrypt is too slow in LispWorks:

(bcrypt:make-password "password"  :cost 10 :identifier "2b")

Once optimizations are enabled, the performance becomes acceptable.