Re: PK11_DigestBegin vs MD5_Begin()

2011-03-23 Thread Robert Relyea
On 03/22/2011 10:20 PM, Crypto User wrote: > For creating hash I found 2 sets of APIs . > There seem to be different APIs. > E.g CreateDigestContext(SECOidTag hashAlg) and PK11_DigestBegin > related APIs in > https://developer.mozilla.org/en/NSS/Cryptography_functions > or > MD5_Begin() and relate

PK11_DigestBegin vs MD5_Begin()

2011-03-23 Thread Crypto User
For creating hash I found 2 sets of APIs . There seem to be different APIs. E.g CreateDigestContext(SECOidTag hashAlg) and PK11_DigestBegin related APIs in https://developer.mozilla.org/en/NSS/Cryptography_functions or MD5_Begin() and related hash API from ("hash"_Begin etc) http://mxr.mozilla.org