/PhiHash

This program uses the Xeon Phi computer to search for the string with creates the lowest SHA512 hash in base16. As an example of what can be done to add parallelism to your code, this project makes use of the Intel Offload Pragma's in conjunction with OpenMP fully take advantage of the Xeon Phi host CPU's and it's four Coprocessors.

Primary LanguageC++GNU General Public License v2.0GPL-2.0

This repository is not active