]> git.ipfire.org Git - thirdparty/tor.git/commit
Refactor the API for setting up a block cipher.
authorNick Mathewson <nickm@torproject.org>
Tue, 20 Mar 2012 19:35:43 +0000 (15:35 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 28 Mar 2012 02:37:56 +0000 (22:37 -0400)
commitde0dca0de76d9d50aeb5955fe3f435c6c190f8d7
tree8d7005e768bc04ac1695b72cf3970d552570016f
parent00b4784575c88d5de15886b440096c1e2b9fb080
Refactor the API for setting up a block cipher.

It allows us more flexibility on the backend if the user needs to
specify the key and IV at setup time.
changes/crypto_api [new file with mode: 0644]
src/common/aes.c
src/common/aes.h
src/common/crypto.c
src/common/crypto.h
src/or/circuitbuild.c
src/or/rendcommon.c
src/or/routerparse.c
src/test/bench.c
src/test/test_crypto.c