Services/AndroidSyncClient: Difference between revisions

m
Line 52: Line 52:
* Project page for [https://wiki.mozilla.org/Fennec/NativeUI Fennec Native UI]
* Project page for [https://wiki.mozilla.org/Fennec/NativeUI Fennec Native UI]
* Native Clojure client for [http://docs.services.mozilla.com/storage/ Weave 1.0 Sync API]: [https://github.com/rnewman/clj-weave clj-weave]
* Native Clojure client for [http://docs.services.mozilla.com/storage/ Weave 1.0 Sync API]: [https://github.com/rnewman/clj-weave clj-weave]
; Crypto Notes
* HKDF:
** [http://tools.ietf.org/html/rfc5869 HKDF Standard (RFC 5869)]
** [https://mxr.mozilla.org/services-central/source/services-central/services/sync/modules/util.js#444 RFC Compliant Code]
** [https://mxr.mozilla.org/services-central/source/fx-sync/services/sync/tests/unit/test_utils_hkdfExpand.js#75 Tests]
52

edits