SHA512Fixup
Perform a SHA-512 hash of ref element’s value and place in our parent element.
Parameters
-
ref — Refernce to element who’s value we will hash
Examples
<String name="value" value="Hello World" />
<Blob>
<Fixup class="SHA512Fixup">
<Param name="ref" value="value" />
</Fixup>
</Blob>


