scrypt icon indicating copy to clipboard operation
scrypt copied to clipboard

Only x86* is supported

Open ggardet opened this issue 6 years ago • 3 comments

Currently, only x86* is supported due to SSE. It would be nice to enable it for other archs too.

ggardet avatar Apr 30 '18 08:04 ggardet

Agreed! @mimi1vx any idea how much work that would be? Use the C without optimizations on generic platforms, and make SSE2 conditional on non-x86 platforms?

mark-stopka avatar Dec 14 '20 17:12 mark-stopka

bump

DanBurton avatar Jul 07 '22 16:07 DanBurton

If this is still important to anyone - it was to us, since we're using password - we've got a fork over here that binds to Tarsnap's system library instead.

The Tarsnap library has all the necessary conditional compilation to make it cross-platform, so it can be used on at least some non-x86 machines.

ivb-supercede avatar Feb 09 '23 11:02 ivb-supercede