q are two large random primes
* n = pq is of the required bit length
* phi = (p-1)(q-1)
* ... Signing verification: v = s<sup>e</sup> mod n
* Then use advanced schemes:
* RSAES-OAEP: (PKCS#1 version 2 and in IEEE P136) The encoding technique involves a Mask Generation Fun... (MGF) based on a hash function
* RSASSA-PSS: The PSS encoding method is used to encode before crea