[tahoe-dev] [pycryptopp] #46: Add combined AES+XSalsa20 cipher module

pycryptopp trac at allmydata.org
Wed Aug 11 14:32:10 UTC 2010


#46: Add combined AES+XSalsa20 cipher module
-----------------------------+----------------------------------------------
     Reporter:  randombit    |      Owner:  dragonxue
         Type:  enhancement  |     Status:  new      
     Priority:  major        |    Version:  0.5.19   
   Resolution:               |   Keywords:  xsalsa20 
Launchpad Bug:               |  
-----------------------------+----------------------------------------------

Comment (by xueyu):

 ciphercomb.cpp, ciphercomb.hpp and ciphercomb.py are cipher combiner c++
 implementation and are wrapped with python.
 ciphercombiner.py are python implementation
 a different between the two is that in c++ version, the key serves as ikm
 of hkdf, then generate combiner key. In python version, the key can
 indepently generated.
 a little sorry is that it seems that the patch contain some conflicts
 information when I used "darcs record".

-- 
Ticket URL: <http://allmydata.org/trac/pycryptopp/ticket/46#comment:1>
pycryptopp <http://allmydata.org/trac/pycryptopp>
Python bindings for the Crypto++ library


More information about the tahoe-dev mailing list