summary refs log tree commit diff
path: root/crypto/src/crmf (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-19Small GCM squaring perf. opts.Peter Dettman2-35/+20
2022-07-19Run tests with netcoreapp2.1Peter Dettman3-5/+5
2022-07-19Add .gitlab-ci.yml to solution itemsPeter Dettman1-1/+2
2022-07-19More precise preprocessor directivesPeter Dettman9-24/+24
2022-07-19AesX86Engine improvementsPeter Dettman3-56/+124
2022-07-19CLMUL for GCM when availablePeter Dettman4-121/+72
2022-07-19Use intrinsics in several placesPeter Dettman6-22/+124
2022-07-18Factor out Unshuffle methodsPeter Dettman10-84/+39
2022-07-18LongArray cleanup and refactoringPeter Dettman3-1097/+197
2022-07-17Add SupportedOSPlatform attributes