Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-07-19 | Run tests with netcoreapp2.1 | Peter Dettman | 2 | -2/+2 |
2022-07-19 | Add .gitlab-ci.yml to solution items | Peter Dettman | 1 | -1/+2 |
2022-07-19 | More precise preprocessor directives | Peter Dettman | 9 | -24/+24 |
2022-07-19 | AesX86Engine improvements | Peter Dettman | 3 | -56/+124 |
2022-07-19 | CLMUL for GCM when available | Peter Dettman | 4 | -121/+72 |
2022-07-19 | Use intrinsics in several places | Peter Dettman | 6 | -22/+124 |
2022-07-18 | Factor out Unshuffle methods | Peter Dettman | 10 | -84/+39 |
2022-07-18 | LongArray cleanup and refactoring | Peter Dettman | 3 | -1097/+197 |
2022-07-17 | Add SupportedOSPlatform attributes | Peter Dettman | 2 | -10/+16 |
2022-07-17 | Add AesX86Engine using Aes intrinsics | Peter Dettman | 4 | -86/+515 |
2022-07-17 |