summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Crypto/ec.cpp
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2024-12-15Modernize `std::all_of` with rangesmitaclaw
2024-10-10Modernize `std::copy` with rangesmitaclaw
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-17msvc: remove warning disables which no longer fireShawn Hoffman
2021-07-05licensing: fix license info for Crypto/{bn,ec}Pierre Bourdon
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-05-13Externals: Add zstdJosJuice
2019-05-04Replace custom UNUSED macro with [[maybe_unused]]Léo Lam
2018-06-09Compiler: Rename UNUSED macro to DOLPHIN_UNUSEDLioncash
2018-06-09Common: Add header for compiler-specificsLioncash
2018-05-31Common: Add Random utilitiesLéo Lam
2018-05-27Move ECCSignature to Common::ec and give it a less confusing nameLéo Lam
2018-05-20IOSC: Implement VerifyPublicKeySign for ECCLéo Lam
2018-05-20ec: Improve readability and clarityLéo Lam
2018-05-20ec: Avoid exposing internal functionLéo Lam
2017-06-07msvc: disable unused symbol warning in Core/Common/Crypto/ec.cppShawn Hoffman
2017-03-11IOS/ES: Handle personalised tickets properlyLéo Lam
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-21More asterisksmathieui
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-07-13Fix warnings unearthed by #579Tillmann Karras
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-28Crypto: small cleanupTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre