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
/
ec.cpp
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2024-12-15
Modernize `std::all_of` with ranges
mitaclaw
2024-10-10
Modernize `std::copy` with ranges
mitaclaw
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-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
2017-06-07
msvc: disable unused symbol warning in Core/Common/Crypto/ec.cpp
Shawn Hoffman
2017-03-11
IOS/ES: Handle personalised tickets properly
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
2014-07-13
Fix warnings unearthed by #579
Tillmann Karras
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-28
Crypto: small cleanup
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre