hi,

Current implementation of bcrypt is slow (8 rounds == >4secs).
Its ok, nth is not for free.
o) blowfish encrypt one block of input data takes 32K nth calls.
o) 8 round's bcrypt takes 16M nth calls.

I will try re-implement blowfish's sboxes access and modifications via
balance+lup
Check this out:
http://pastebin.com/SQ6FtdCx

Note: balance+lup gives more profit under pil64 on the same hardware.

Mike

Reply via email to