DescriptionReplace usage of md5 with sha256 for generation of mojo app ids.
Before we start adding more uses of mojo app ids we should use
to a non-broken hash function. :)
What was holding me back before was I wasn't aware of us having an
incremental hash api other than base/md5.h (others in base only operate
on the full input data), however it turns out that the crypto/ library
has one in crypto/secure_hash.h.
R=abarth@chromium.org
BUG=
Committed: https://chromium.googlesource.com/external/mojo/+/ca9659ccbfe3311a40970ae4aa11e8364e3257b3
Patch Set 1 #
Total comments: 1
Messages
Total messages: 5 (1 generated)
|