summaryrefslogtreecommitdiff
path: root/src/common/aes.c
AgeCommit message (Expand)Author
2004-05-10Doxygenate common.Nick Mathewson
2004-05-06Fix bug in stream position adjustmentNick Mathewson
2004-05-06Use correct aes-ctr implementation in mainline, too.Nick Mathewson
2004-04-07Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson
2004-02-18we define some big constant arrays but don't use themRoger Dingledine
2003-12-17clean tabs, trailing whitespaceRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
2003-08-12Make windows happier stillNick Mathewson
2003-08-12Dont use explicit paths for orconfig.h -- it messes up the windows buildNick Mathewson
2003-08-11autoconf around missing stdint.hNick Mathewson
2003-06-30Add a the public-domain AES implementation, with a minimal counter-mode wrapper.Nick Mathewson