This is the directory for Problem set 7, CPSC 467, Fall 2013. Directories: data: params-P192.ec contains the parameters for the elliptic curve P-192 described in NIST publication FIPS 196-4. key.pub and key.prv contain public and private keys generated from params-P192.ec with seed=1234. dat.pt is a numeric plaintext file with no particular meaning. dat.ct is a ciphertext file generated from dat.pt using key.pub with seed=1234. dat-decrypted.pt is the result of decrypting dat.ct using key.prv. include: ecurve.hpp and point.hpp are the header files described in the problem assignment. lib: libps7.a is the compiled library for the functions described in the include files. mac-osx: libps7.a compiled under Mac OS X version 10.8.5 (Mountain Lion). It hasn't been tested under Mac OS X verison 10.9 (Maverick).