[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
No Subject
- From: Tanya Oleynikov <tanya.oleynikov@discretix.com>
- To: xml-dev@lists.xml.org
- Date: Wed, 27 Jun 2001 17:21:41 +0300
Hi!
There are cryptographic algorithms, used with the XML digital signature.
For example:
<DigestValue Algorithm="&dsig;sha1"/>
How the call to the function that implement sha1 algorithm done? And where
the sha1 function define?
If I want to change implementation of the sha1 function to my own, how I
should "tell" to the XML code point to my sha1 function?