Trung C. Nguyen wrote: > Hello everybody, > > I am doing a project on Diffie-Hellman research, but I don't have the source > code for it to help me understand how a actual program working. If anybody > has the full source code in any programming language, please give the link > or let me know if you have it. > > Thank you in advance. > > Sincerely, > > Tom > > >
Here is NSS's implementation: http://lxr.mozilla.org/mozilla/source/security/nss/lib/freebl/dh.c It relies on MPI, see the sources in: http://lxr.mozilla.org/mozilla/source/security/nss/lib/freebl/mpi/ -Ian
