1

How to calcualate MD5 hash of string using NVIDIA CUDA and Java (JCuda) ? Maybe, somebody have example of code? Tnx.

Vitalii Sky
  • 133
  • 1
  • 2
  • 9

1 Answers1

2

Example of MD5 calc in C on CUDA

JCuda, Java Bidnigns for CUDA

Should be sufficient to implement it your self.

Jacob
  • 41,721
  • 6
  • 79
  • 81