This repository contains C-solved homework for the "Parallel Architectures" course.
| Name | Root folder | Description |
|---|---|---|
| Cryptographic Attacks | problems/cryptographic_attacks |
parallel frequency computation and MD5 bruteforce |
| Merkle Trees | problems/merkle_trees |
parallel data-store comparision, using Merkle trees and replicated workers |
| Space Colonization | problems/space_colonization |
distributed space colonization simulator, using OpenMPI |
| Name | Description | Link |
|---|---|---|
| OpenSSL | C library implementing cryptographic algorithms |
repository |
| OpenMPI | C library implementing Message Passing Interface standard |
repository |