Discuss this help topic in SecureBlackbox Forum
Decodes a DSA signature blob into "R" and "S" parameters.
Declaration
Parameters
- Sig - encoded signature
- SigSize - size of the Sig buffer
- SigIndex - index from which the signature data begins in the Sig buffer
- R - DSA "R" parameter
- RSize - size of the R buffer
- RIndex - index from which the "R" data begins in the R buffer
- S - DSA "S" parameter
- SSize - size of the S buffer
- SIndex - index from which the "S" data begins in the S buffer
Description
Use this method to decode a DSA signature blob and extract the "R" and "S" DSA parameters.
Discuss this help topic in SecureBlackbox Forum