Re: about the sha1

2009-10-14 Thread jaze lee
2009/10/14 Reid Thompson : > On Tue, 2009-10-13 at 08:58 +0800, jaze lee wrote: >> hello guys, >> recently i use openssl to implement a identify scheme, i need the >> hash function. But the sha1 can not meet my needs, >> the message digest i want are 200 bits or more, but the sha1 can only >>

Re: about the sha1

2009-10-14 Thread Reid Thompson
On Tue, 2009-10-13 at 08:58 +0800, jaze lee wrote: > hello guys, > recently i use openssl to implement a identify scheme, i need the > hash function. But the sha1 can not meet my needs, > the message digest i want are 200 bits or more, but the sha1 can only > 160 bits. Is there any suggestion

about the sha1

2009-10-12 Thread jaze lee
hello guys, recently i use openssl to implement a identify scheme, i need the hash function. But the sha1 can not meet my needs, the message digest i want are 200 bits or more, but the sha1 can only 160 bits. Is there any suggestion about solving the problem ? Thank you ! sincerely