This project contains VHDL implementation of modular multiplication and exponentiation circuits. These circuits can work off of variable modulus values unlike other circuits online which have a fixed modulus value at compile-time.
-
Wallace Multiplier
-
Modular Multiplier
-
Modular Exponentiator
-
Decreasing the latency of the final result
-
Developing a generic Modular Multiplier and Exponentiator supporting larger bit width for inputs
Feel free to submit a pull request.
This project is licensed under the MIT License - see the LICENSE.md file for details