[TIMOB-10461] iOS: Add support for HMAC cryptography
GitHub Issue | n/a |
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | core |
Reporter | Federico Casali |
Assignee | Unknown |
Created | 2012-08-15T18:50:59.000+0000 |
Updated | 2018-02-28T20:03:28.000+0000 |
Description
Request description
Customer needs to use HMAC encryption.
In particular, he is asking to perform a complete HMAC on a single piece of data just like as using the CCHmac function from library CommonCrypto/CommonHMAC.h
Comments
JSON Source
A module appears to be a better place for this functionality.