index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Crypto
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2025-06-07
Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...
Jordan Woyak
2025-05-09
Crypto/SHA1: Re-add memcpy avoiding optimization to BlockContext::Update.
Jordan Woyak
2025-05-08
Crypto/SHA1: Fix past-the-last-element std::array access and modernize code.
Jordan Woyak
2025-05-01
Make overriding explicit and remove redundant virtual specifiers on overridin...
Dr. Dystopia
2024-12-15
Modernize `std::all_of` with ranges
mitaclaw
2024-10-10
Modernize `std::copy` with ranges
mitaclaw
2024-07-26
Adjust order and spacing of various #includes
Dentomologist
2024-07-04
Common/Crypto/SHA1: Use span and string_view for Context::Update()
Admiral H. Curtiss
2024-07-04
Common/Crypto/SHA1: Add DigestToString() utility function
LillyJadeKatrin
2023-12-13
Common/Crypto/SHA1: Resolve -Wignored-attributes warnings
Lioncash
2023-12-13
Common/Crypto/AES: Resolve -Wignored-attributes warnings
Lioncash
2023-09-03
IOS/KD: Implement NWC24_CHECK_MAIL_NOW
Sketch
2023-04-10
Resolve [-Wstringop-overflow=]
Minty-Meeo
2022-12-11
Replace BitUtils with C++20: RotateLeft/RotateRight
JosJuice
2022-10-16
Add initial WiiConnect24 support
SketchMaster2001
2022-08-05
Merge pull request #10941 from shuffle2/crypto-cleanup
JosJuice
2022-08-02
crypto/sha1: add real workaround for msvc/arm64 bad codegen
Shawn Hoffman
2022-08-02
crypto/sha1: simplify enablement of sha insns on non-msvc
Shawn Hoffman
2022-08-02
crypto/aes: silence warning on godforsaken android gcc
Shawn Hoffman
2022-08-02
VolumeVerifier: enable fast hash functions by default
Shawn Hoffman
2022-08-01
Implement hw accelerated AES
Shawn Hoffman
2022-07-30
SHA1/arm64: fix casting warning on certain gcc
Shawn Hoffman
2022-07-27
Common/Crypto/SHA1: implement accelerated versions
Shawn Hoffman
2022-07-26
introduce wrapper for SHA1 functionality
Shawn Hoffman
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-17
msvc: remove warning disables which no longer fire
Shawn Hoffman
2021-07-05
licensing: fix license info for Crypto/{bn,ec}
Pierre Bourdon
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-05-13
Externals: Add zstd
JosJuice
2019-06-17
Common: Use nested namespace specifiers where applicable
Lioncash
2019-05-04
Replace custom UNUSED macro with [[maybe_unused]]
Léo Lam
2018-06-09
Compiler: Rename UNUSED macro to DOLPHIN_UNUSED
Lioncash
2018-06-09
Common: Add header for compiler-specifics
Lioncash
2018-05-31
Common: Add Random utilities
Léo Lam
2018-05-27
Move ECCSignature to Common::ec and give it a less confusing name
Léo Lam
2018-05-20
IOSC: Implement VerifyPublicKeySign for ECC
Léo Lam
2018-05-20
ec: Improve readability and clarity
Léo Lam
2018-05-20
ec: Avoid exposing internal function
Léo Lam
2018-05-20
bn: Use int instead of u32 for sizes
Léo Lam
2017-06-07
msvc: disable unused symbol warning in Core/Common/Crypto/ec.cpp
Shawn Hoffman
2017-05-02
IOS: Implement IOSC-like API
Léo Lam
2017-03-11
IOS/ES: Handle personalised tickets properly
Léo Lam
2017-02-26
Move AES code to Common/Crypto
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-21
More asterisks
mathieui
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-09-19
Fix build failing when disabling precompiled headers.
Rohit Nirmal
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
[next]