| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings | gingerBill | 2022-01-20 | 1 | -1/+1 |
| * | Rename architecture `386` to `i386` | gingerBill | 2022-01-15 | 1 | -1/+1 |
| * | core/crypto/poly1305: Triple performance on amd64 with -o:speed | Yawning Angel | 2021-11-17 | 1 | -13/+34 |
| * | core/crypto: Add poly1305 | Yawning Angel | 2021-11-17 | 2 | -0/+401 |
| * | core/crypto: Add x25519 | Yawning Angel | 2021-11-17 | 4 | -0/+813 |