#91 new enhancement

support BLAKE2

Reported by: zooko Owned by: dawuud
Priority: major Milestone:
Version: 0.5.29 Keywords:
Cc: Launchpad Bug:

Description

BLAKE2 is a fast secure hash function, and there is good reason to think it is secure. (I contributed a little bit to the design of BLAKE2.)

https://blake2.net

Change History (3)

comment:1 Changed at 2016-08-03T13:37:03Z by dawuud

progress! described here in the chacha20 ticket:
https://tahoe-lafs.org/trac/pycryptopp/ticket/94#comment:7

comment:2 Changed at 2016-08-03T13:37:12Z by dawuud

  • Owner set to dawuud

comment:3 Changed at 2016-08-12T09:45:42Z by dawuud

got the latest blake2 from crypto++ working with pycryptopp here:
https://github.com/david415/pycryptopp/tree/91.add_blake2.0

i still need to use another crypto api to verify the unit test outputs

Note: See TracTickets for help on using tickets.