Closed
Bug 1535151
Opened 6 years ago
Closed 6 years ago
Clarify argument to CCCrypt in KeyBundle.swift
Categories
(Firefox for iOS :: Sync, enhancement, P3)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fxios | + | --- |
People
(Reporter: justindarc, Assigned: justindarc)
Details
Need to add a comment here that kCCAlgorithmAES128 is the block size, not the key size:
| Assignee | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Also it should be using CCAlgorithm rather than CCHmacAlgorithm, because it's doing encryption rather than HMAC.
| Assignee | ||
Comment 2•6 years ago
|
||
Landed on master:
https://github.com/mozilla-mobile/firefox-ios/commit/0cfd957a95c082eed1335b9017c8d91e97ccb3cf
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•