mozilla-services / remote-settings-client

Remote-Settings Client built using Rust
Mozilla Public License 2.0
6 stars 7 forks source link

Cover canonical JSON corner cases #21

Closed leplatrem closed 4 years ago

leplatrem commented 4 years ago

See https://github.com/leplatrem/rs-client.rs/issues/4 and https://github.com/leplatrem/rs-client.rs/issues/3

Vishwa-Mozilla commented 4 years ago

Python implementation: https://github.com/Kinto/kinto-signer/blob/master/kinto_signer/canonicaljson.py Tests: https://github.com/Kinto/kinto-signer/blob/master/tests/test_canonicaljson.py https://github.com/matrix-org/python-canonicaljson/pull/17 Javascript https://searchfox.org/mozilla-central/source/toolkit/modules/CanonicalJSON.jsm Tests: https://searchfox.org/mozilla-central/source/toolkit/modules/tests/xpcshell/test_CanonicalJSON.js