[tahoe-lafs-trac-stream] [pycryptopp] #42: python hkdf

pycryptopp trac at tahoe-lafs.org
Mon Feb 6 01:27:45 UTC 2012


#42: python hkdf
------------------------+------------------------
Reporter:  dragonxue    |          Owner:  xue yu
    Type:  enhancement  |         Status:  new
Priority:  major        |      Milestone:  0.6.0
 Version:  0.5.19       |     Resolution:
Keywords:  hkdf         |  Launchpad Bug:
------------------------+------------------------

Comment (by warner):

 I've got a cleaned up branch at
 https://github.com/warner/pycryptopp/tree/42-hkdf . It incorporates all
 these patches (including the .digest_size one), plus some necessary fixes.
 The result almost works: the (only?) remaining problem is that
 pycryptopp's SHA256 objects do not have a {{{.copy()}}} method (unlike
 {{{hashlib.SHA256}}}), and the stdlib HMAC code depends upon one. Not sure
 how to add this, it might need some C++ object-copying that's beyond my
 current comfort level.

-- 
Ticket URL: <http://tahoe-lafs.org/trac/pycryptopp/ticket/42#comment:4>
pycryptopp <https://tahoe-lafs.org/trac/pycryptopp>



More information about the tahoe-lafs-trac-stream mailing list