given a domnode, how to calcuate the hash of this domnode by using the xerces c++
domnode hash
Collapse
X
-
I use the SHA1 to hash the domnode. is there any reference on how to generate the hash for the domnode?
I check the DSIGSignature source code on how to generate the digest value. the code is a bit messy and In order to use it, i have to change the content of the domnode ( insert some kind of ID ), which is not desired..can any one help ?Comment
Comment