Pinned Repositories
Cryptography_library
A library that provides a number of mathematical functions commonly used in cryptography implemented in both C++ and java
Distributed_blackboard_consistency
A simple distributed blackboard that shares information using leader election algorithm, eventual consistency and a quorum-based protocol
Fiat_Shamir_protocol
Implements the Special Soundness property of the the Fiat-Shamir sigma-protocol
linux_hacks
MukamaTwo.github.io
PINTOS_RTOS_Synchronization
Synchronization in real operating systems, Pintos to prevent the wasteful busy-waiting and improve efficiency through effective scheduling based on the narrow bridge algorithm.
pyqt5
PyQt 5.5 from riverbank
react-tic-tac-toe
Shell_programming_lsh
Design of a simple shell program, called "lsh" that loosely replicates the popular UNIX bash shell programs.
SpecialAttackonRSA
Cryptographic attack that applies to the case in which the same message is encrypted using RSA to three different recipients.
MukamaTwo's Repositories
MukamaTwo/PINTOS_RTOS_Synchronization
Synchronization in real operating systems, Pintos to prevent the wasteful busy-waiting and improve efficiency through effective scheduling based on the narrow bridge algorithm.
MukamaTwo/Cryptography_library
A library that provides a number of mathematical functions commonly used in cryptography implemented in both C++ and java
MukamaTwo/Distributed_blackboard_consistency
A simple distributed blackboard that shares information using leader election algorithm, eventual consistency and a quorum-based protocol
MukamaTwo/Fiat_Shamir_protocol
Implements the Special Soundness property of the the Fiat-Shamir sigma-protocol
MukamaTwo/MukamaTwo.github.io
MukamaTwo/react-tic-tac-toe
MukamaTwo/Shell_programming_lsh
Design of a simple shell program, called "lsh" that loosely replicates the popular UNIX bash shell programs.
MukamaTwo/SpecialAttackonRSA
Cryptographic attack that applies to the case in which the same message is encrypted using RSA to three different recipients.
MukamaTwo/linux_hacks
MukamaTwo/pyqt5
PyQt 5.5 from riverbank
MukamaTwo/Secure_shell_login
Implementation of a secure login system that mimics that of UNIX