aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/edge-encryptor.js
Commit message (Collapse)AuthorAgeFilesLines
* Enable indent linting via ESLint (#6936)Whymarrh Whitby2019-08-011-47/+47
| | | | | | * Enable indent linting via ESLint * yarn run lint:fix
* Update asmcrypto.js to latest version (#6767)Mark Stacey2019-07-031-1/+3
| | | | | | | | | | | | This silences a warning message that was printed to the console whenever this module was loaded during tests. The API changes between these two versions were reviewed carefully for differences. The only difference made was to `PBKDF2_HMAC_SHA256.bytes`, which was replaced by `Pbkdf2HmacSha256`. The length argument no longer has a default value, so it has been set to match what the default value was in the previous version we used, which is 32 (the SHA256 hash size).
* Clean up JSDoc for background scriptsbitpshr2018-04-201-8/+8
|
* Add JSDoc to various background scriptsbitpshr2018-04-191-6/+6
|
* Add JSDoc to various background scriptsbitpshr2018-04-191-57/+85
|
* make keyFromPassword privateCsaba Solya2018-02-231-3/+3
|
* add edge supportCsaba Solya2018-02-221-0/+69