For those who don't need the entire source code, but are interested in the implementation of PKE algorithms, see
pkesumry.txtfor the main cryptographic parts.
For those who really want it, the complete source code I wrote is in a header file and four C++ files:
pke.h : header file (common definitions...) pke.cpp : main program pkehelp.cpp : help windows pkekwin.cpp : key windows pkemwin.cpp : message windows
NOTE: All software made available through this page and subsidiary pages is supplied on an "as is" basis, with no warrantees of any kind. The author bears no responsibility for any consequences of using this software.
David Canright -- DCanright@NPS.edu