aboutsummaryrefslogtreecommitdiff
path: root/src/common/aes.h
Commit message (Collapse)AuthorAge
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
| | | | svn:r1502
* Refactor the heck out of crypto interface: admit that we will stick with one ↵Nick Mathewson2004-04-03
| | | | | | ciphersuite at a time, make const things const, and stop putting openssl in the headers. svn:r1458
* autoconf around missing stdint.hNick Mathewson2003-08-11
| | | | svn:r376
* Add a the public-domain AES implementation, with a minimal counter-mode wrapper.Nick Mathewson2003-06-30
svn:r361