Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-05-11 | crypto-native: properly deal with broken or outdated toolchains | Damjan Marion | 1 | -4/+4 |
2020-02-25 | crypto-native: GCM implementation with vector AESNI instructions | Damjan Marion | 1 | -4/+479 |
2020-02-24 | crypto-native: introduce aes_gcm_flags_t | Damjan Marion | 1 | -84/+107 |
2020-02-24 | crypto-native: introduce counter struct | Damjan Marion | 1 | -44/+51 |
2020-02-24 | crypto-native: inverse Hi so it naturally fits into 512-bit register | Damjan Marion | 1 | -26/+30 |
2020-02-24 | crypto-native: replace aesni with aes | Damjan Marion | 1 | -137/+134 |
2020-02-24 | crypto-native: do not overwrite data after partial tag | Damjan Marion | 1 | -1/+1 |
2020-02-13 | crypto-native: add AArch64 AES-GCM native implementation | Damjan Marion | 1 | -39/+30 |
2020-02-12 | crypto-native: refactor GCM code to use generic types | Damjan Marion | 1 | -160/+114 |
2020-01-30 | crypto-native: refactor AES code | Damjan Marion | 1 | -1/+1 |
2020-01-28 | crypto-native: rename crypto_ia32 to crypto_native | Damjan Marion | 1 | -0/+780 |