Files
cdesouza-chromium 644492d808 [CodeHealth] Use new HMAC API (#32142)
The new HMAC API can't fail, and it simplifies significantly the code
around these operations, as it makes it much harder for users to use the
wrong buffer (e.g. vector), or in fact miuse the interface.

Resolves https://github.com/brave/brave-browser/issues/50591
2025-10-31 20:48:39 +00:00
..