Welcome Guest [Log In] [Register]
Viewing Single Post From: Using Mmx Registers For Crypto
rot13
Elite member
[ *  *  *  *  * ]
I haven't had much need to work down at that level in a long time, but from what I have read, the MMX registers have been used quite successfully for doing crypto. I think the barrier you would hit if you tried to do a 256-bit cipher with them is that you generally need some place to put intermediate results, and if you fill up all 8 registers, you don't have any MMX registers for temporary storage. You'll probably have to copy data around a little bit more than you would like.

Someone else may have a better perspective on this.
Offline Profile Quote Post
Using Mmx Registers For Crypto · Off-topic