gecko-dev/services/crypto
Chris Peterson 68133a2ff8 Bug 1665270 - Replace MOZ_MUST_USE with [[nodiscard]] in IdentityCryptoService. r=keeler
The MOZ_MUST_USE macro is defined as clang's and gcc's nonstandard __attribute__((warn_unused_result)). Now that we compile as C++17 by default (bug 1560664), we can replace MOZ_MUST_USE with C++17's standard [[nodiscard]] attribute.

Depends on D90350

Differential Revision: https://phabricator.services.mozilla.com/D90351
2020-09-16 23:32:01 +00:00
..
component Bug 1665270 - Replace MOZ_MUST_USE with [[nodiscard]] in IdentityCryptoService. r=keeler 2020-09-16 23:32:01 +00:00
modules Bug 1652609 - When generating a JWE, include `kid` of the target key if known. r=m_and_m,lina:m_and_m,:lina 2020-07-20 14:06:50 +00:00
tests/unit Bug 1652609 - When generating a JWE, include `kid` of the target key if known. r=m_and_m,lina:m_and_m,:lina 2020-07-20 14:06:50 +00:00
cryptoComponents.manifest
moz.build