would anyone happen to know of an implementation of AES Encryption/Decryption (any type) using DirectCompute (including the HLSL source code)?

I've read a few of the papers discussing AES on the GPU and they tend to make reference to either CUDA or OpenCL. I suppose learning to port those to DirectCompute could be a good exercise, but as it is non trivial, I wouldn't mind seeing how the HLSL is done correctly from the get-go.

Thanks!

link|improve this question
feedback

1 Answer

You can find an implementation in Direct3D 10 here It does not use DirectCompute, but if you know Direct3D, it should be straight forward to convert it to DirectCompute.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.