| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core/crypto: Add more assertions to the low level API | Yawning Angel | 2023-11-17 | 1 | -4/+25 |
| | | | | | | Assertions here are "fine" and it matches what the code that has the checks in init/update/final already does. | ||||
| * | core/crypto: Change hash asserts to panics | Yawning Angel | 2023-11-17 | 1 | -1/+7 |
| | | | | | | | | | | | Assertions can be disabled, but at the point where cryptographic anything is involved, a single branch has an infinitesimally small performance impact. The correct thing to do is to punch the caller in the face if they do something that is blatantly incorrect, especially in a security critical setting. | ||||
| * | core/crypto/_sha3: Cleanups | Yawning Angel | 2023-11-17 | 1 | -25/+7 |
| | | | | | - Use `math/bits` | ||||
| * | core/crypto/sha3: odinfmt (NFC) | Yawning Angel | 2023-11-17 | 1 | -132/+137 |
| | | |||||
| * | Rename files to not start with `_` | gingerBill | 2023-09-26 | 1 | -0/+0 |
| | | |||||
| * | `ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new ↵ | gingerBill | 2022-01-15 | 1 | -2/+2 |
| | | | | | string version of the old constant | ||||
| * | Removed context switching system from the crypto library to simplify the code | zhibog | 2021-11-09 | 1 | -6/+5 |
| | | |||||
| * | Add crypto library. Additional information is included in the README.md | zhibog | 2021-10-14 | 1 | -0/+170 |