dolphin/Source/Core/Common/Crypto
JosJuice 454537d53e Replace BitUtils with C++20: RotateLeft/RotateRight
Now that we've flipped the C++20 switch, let's start making use of
the nice new <bit> header.

I'm planning on handling this move away from BitUtils.h incrementally
in a series of PRs. There may be a few functions remaining in
BitUtils.h by the end that C++20 doesn't have any equivalents for.
2022-12-11 08:59:18 +01:00
..
AES.cpp Replace BitUtils with C++20: RotateLeft/RotateRight 2022-12-11 08:59:18 +01:00
AES.h Add initial WiiConnect24 support 2022-10-16 04:19:36 +02:00
SHA1.cpp Merge pull request #10941 from shuffle2/crypto-cleanup 2022-08-05 12:12:34 +02:00
SHA1.h VolumeVerifier: enable fast hash functions by default 2022-08-02 22:23:49 -07:00
bn.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
bn.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ec.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
ec.h licensing: fix license info for Crypto/{bn,ec} 2021-07-05 04:35:56 +02:00