24
edits
(Created page with "== Deriving encryption and HMAC keys from the Sync Key == The hmac used is an SHA-256 HMAC. (A deep link to Utils.makeHMACKey() would be helpful here.)") |
|||
Line 1: | Line 1: | ||
== sync key representation == | |||
The sync key is represented to the user as: | |||
X-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX | |||
== Deriving encryption and HMAC keys from the Sync Key == | == Deriving encryption and HMAC keys from the Sync Key == | ||
edits