
7 May
2010
7 May
'10
10:55 p.m.
On 6 May 2010 08:48, Roland Bock <rbock@eudoxos.de> wrote:
To be honest, I just looked at the quickstart (very nice)
Thanks.
Performance is an issue, I think. You may also want to look at small entities. We hash many millions of small data entities each day (MD5).
Also, adding comparison with openssl or cryptopp might be useful.
I did put a few of optimizations in. MD5, for example, used to be 300% slower than it is now. There is definitely plenty of opportunity to improve performance, however. Per-message overhead will definitely be a good thing to test. ~ Scott McMurray