[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <52CC1B7D.4010106@bindshell.nl>
Date: Tue, 07 Jan 2014 07:21:33 -0800
From: Jeremi Gosney <epixoip@...dshell.nl>
To: discussions@...sword-hashing.net
Subject: Re: [PHC] Lyra, Password Key Derivation Based On The Sponge Construction
On 1/7/2014 4:34 AM, Jean-Philippe Aumasson wrote:
> A future PHC candidate?
> http://lyra-kdf.net/
Actually, looking at Lyra.c, it seems they are already aware of the
competition:
int PHS(void *out, size_t outlen, const void *in, size_t inlen, const
void *salt, size_t saltlen, unsigned int t_cost, unsigned int m_cost){
return lyra(in, inlen, salt, saltlen, t_cost, 64, m_cost, outlen, out);
}
Powered by blists - more mailing lists