Skip to content
#

openmp-parallelization

Here are 199 public repositories matching this topic...

RandomMazeSolver is a program capable of generating and solving mazes randomly. It also makes use of the parallelism paradigms offered by the OpenMP library in order to speed the execution up.

  • Updated Jul 8, 2023
  • C++

This project focuses on enhancing the efficiency of the DES cryptographic algorithm by parallelizing its implementation using OpenMP. By dividing the plain text into substrings of length '8' and leveraging block cipher properties, the algorithm achieves parallel processing on multiple processors.

  • Updated Dec 8, 2021
  • C++

Improve this page

Add a description, image, and links to the openmp-parallelization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openmp-parallelization topic, visit your repo's landing page and select "manage topics."

Learn more