More exercises

  1. kan/sm1 contains the GNU MP package for computations of bignumbers. You can call the functions in GNU MP by the operator mpzext. Write a program to find integral solution $(x,y)$ of $ a x + b y = d$ for given integers $a, b, d$.
  2. Write a program for RSA encryption.



Nobuki Takayama 2020-11-24