mirror of
https://github.com/mozilla-firefox/firefox.git
synced 2026-06-14 02:14:57 -05:00
Adds a module that provides a reversable mapping between an number and a UUID. Recovering the number requires knowledge of a common secret key. The implementation is based on AES-128 encryption / decryption, mainly for its properties than it actually needing to be AES-128. Differential Revision: https://phabricator.services.mozilla.com/D304639