// fields const ap_uint <16> p16box[256] const ap_uint <32> i32box[256] const ap_uint <8> ssbox[256] const ap_uint <8> iibox[256]
#include "asymmetric.hpp"
RSA encryption/decryption class.
Parameters:
| N | BitWdith of modulus of key. |
| L | BitWdith of exponents of RSA encryption and decryption |
template < int N, int L > class rsa // fields ap_uint <L> exponent ap_uint <N> modulus ap_uint <N> rMod