Something I've only just noticed: the Quarkcoin splash screen has a copyright year of 20,013.
Huh. I guess Quarkcoin really *is* the future.
As for AES-NI - don't forget that code won't run on processors that don't support it.
Matthew:out
well, almost any CPU thats worth it has AES-NI support, a simple check in the configure script can handle it while in the code its handled with #ifdef
