Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make fcrypt_body() static and remove prototype. | jsing | 2024-08-31 | 1 | -2/+2 |
| | |||||
* | Unifdef DES_PTR, DES_RISC1 and DES_RISC2. | jsing | 2024-08-31 | 1 | -4/+1 |
| | | | | | | | These are all go fast knobs that convolute the code and can be dangerous. Lets presume that we have a modern and somewhat capable C compiler instead. ok tb@ | ||||
* | Unifdef OPENBSD_DES_ASM. | jsing | 2024-08-31 | 1 | -5/+1 |
| | | | | | | There are no assembly implementations now. ok tb@ | ||||
* | Combine DES code into a smaller set of files. | jsing | 2024-08-31 | 1 | -0/+261 |
Discussed with tb@ |