Discuss this help topic in SecureBlackbox Forum
Decodes the two parts of the ElGamal encryption/signing result from a single blob.
Declaration
Parameters
- Blob - Resulting blob
- BlobIndex - Index from which the blob data starts in the Blob buffer
- BlobSize - Size of the signature blob
- A - The first part of the ElGamal encryption/signing result ("A")
- AIndex - Index from which the "A" data starts in the A buffer
- ASize - Size of the "A" parameter value
- B - The second part of the ElGamal encryption/signing result ("B")
- BIndex - Index from which the "B" data starts in the B buffer
- BSize - Size of the "B" parameter value
Description
Use this method to decode the two parts of the ElGamal encryption/signing result from a single blob.
Discuss this help topic in SecureBlackbox Forum