Victor Shoup's Home Page
victor@shoup.net
|
My research interests include:
- the design, analysis, and implementation of algorithms for solving problems in the area of number theory and algebra;
- the design and analysis of cryptographic protocols.
C++ code for performing a complex FFT, distributed under a FreeBSD license.
A preliminary/partial draft of a textbook on cryptography that I am writing with Dan Boneh.
A free ebook introducing basic concepts from computational number theory and algebra, including all the necessary mathematical background.
NTL is a high-performance, portable, and free C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields.
Some software for dealing with Mac OSX metadata, including backup to a remote, non-OSX, unix machine.
A simple LaTeX class for preparing presentations.I didn't feel like reading the beamer manual, so I just made my own.
ISO 18033-2 is an ISO standard for public-key encryption. I was the editor of this standard. Here, you can find a final draft, a reference implementation, and some supporting documentation.