commit | f8cd6a025322603d033e18c032c4bc25b53d853e | [log] [tgz] |
---|---|---|
author | David Davidović <[email protected]> | Mon Aug 27 14:02:51 2018 |
committer | Commit Bot <[email protected]> | Mon Aug 27 14:02:51 2018 |
tree | eceb4c12a1286228a8eb5064190f2de7097c54fb | |
parent | c7ddd4ac2f51c6957cd77a585b5bc9ddc1c6a0bc [diff] |
[crypto] Add scrypt key derivation to SymmetricKey Add a method for key derivation using the scrypt algorithm to crypto::SymmetricKey. Rename the pre-existing method for key derivation (which uses PBKDF2) to clearly disambiguate between the two. TBRing because all the changes to files not under crypto/ are a trivial library method name change. [email protected],[email protected],[email protected],[email protected],[email protected] Bug: 875931 Change-Id: Iaa0b2bb0fc3ae2481733072363718cffd8811b97 Reviewed-on: https://chromium-review.googlesource.com/1181881 Commit-Queue: David Davidović <[email protected]> Reviewed-by: David Benjamin <[email protected]> Reviewed-by: vitaliii <[email protected]> Cr-Commit-Position: refs/heads/master@{#586247}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .