Custom Query (72 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 72)

Ticket Resolution Summary Owner Reporter
#7 wontfix support 256-bit ECDSA keys zooko zooko
Description

pycryptopp offers 192-bit ECDSA keys. Tahoe-LAFS requires 256-bit ones.

#6 duplicate add Tiger hash zooko
Description

It might be nice to use Tiger hash someday.

Reasons:

  1. It is fast -- up to 3x as fast as SHA-256 on 64-bit CPUs.
  1. It has 192-bit output, which is what we want for as-small-as-possible crypto caps. Using a larger-output-size hash function such as SHA-265 and truncating the output from 256 bits to 192 bits could be insecure.
#5 duplicate add wrappers for Salsa20 zooko zooko
Description

It might be nice to use Salsa20 someday. See the Tahoe Bibliography Page for papers about Salsa20.

(I already have the patch that does this, but I'm not sure if I have the test vectors and if it is complete.)

Note: See TracQuery for help on using queries.