changeset 8 | 35751d3474b7 |
parent 0 | 2c201484c85f |
child 108 | ca9a0fc2f082 |
2:675a964f4eb5 | 8:35751d3474b7 |
---|---|
530 TPtrC8 hash = sha1->Final(*modulusBuffer); |
530 TPtrC8 hash = sha1->Final(*modulusBuffer); |
531 HBufC8* permHash = hash.AllocL(); |
531 HBufC8* permHash = hash.AllocL(); |
532 CleanupStack::PopAndDestroy(3); //sha1, modulusBuffer, key |
532 CleanupStack::PopAndDestroy(3); //sha1, modulusBuffer, key |
533 return *permHash; |
533 return *permHash; |
534 } |
534 } |
535 |