|
Message-ID: <CANO7a6xLXPAZ5qV+PyV0UxioaWHdW5EnxNyR8SDSrHV+gqvmfw@mail.gmail.com> Date: Sat, 4 Aug 2012 13:04:57 +0530 From: Dhiru Kholia <dhiru.kholia@...il.com> To: john-dev@...ts.openwall.com Subject: Re: SHA-384 support in Jim's SHA2 code On Sat, Aug 4, 2012 at 12:54 PM, jfoug <jfoug@....net> wrote: > From sha2.h > > #define SHA512_CTX sha512_ctx > #define SHA384_Init(a) sha512_init(a,0) > #define SHA512_Init(a) sha512_init(a,1) > #define SHA512_Update(a,b,c) sha512_update(a,b,c) > #define SHA384_Update(a,b,c) sha512_update(a,b,c) > #define SHA512_Final(a,b) sha512_final(a,b) > #define SHA384_Final(a,b) sha512_final(a,b) How did I miss them? Thanks Jim and sorry for the trouble! -- Cheers, Dhiru
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.