|
Message-ID: <c7d57a5c164666ea0a99676ebdbd4e6e@smtp.hushmail.com> Date: Wed, 29 Jan 2014 22:10:28 +0100 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: Handling of hashes with different iteration counts On 2014-01-29 21:31, Frank Dittrich wrote: > Defining an array of functions is one way to do it. > Defining a single function with one more parameter (id of tunable cost) > is another one. Another one is a single function that returns [a pointer to] an array of uint: If you don't have any notion of variable cost, the array is {0} or perhaps the pointer is NULL. If you have it, array can be {iter, 0} or {t_cost, m_cost, 0} and so on with virtually no limit. magnum
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.