Inherited Members - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
// fields

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