summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/Crypto/EcTest.cpp
AgeCommit message (Collapse)Author
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2018-05-20IOSC: Implement VerifyPublicKeySign for ECCLéo Lam
2018-05-20UnitTests: Add basic tests for ec crypto codeLéo Lam
Verifies that PrivToPub and ComputeSharedSecret give expected results.