| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | crypto: Add rand_bytes | Yawning Angel | 2021-11-17 | 2 | -0/+41 |
| * | core/crypto: Add chacha20poly1305 | Yawning Angel | 2021-11-17 | 2 | -2/+130 |
| * | core/crypto: Add chacha20 | Yawning Angel | 2021-11-17 | 2 | -4/+147 |
| * | core/crypto: Add poly1305 | Yawning Angel | 2021-11-17 | 2 | -0/+132 |
| * | core/crypto: Add x25519 | Yawning Angel | 2021-11-17 | 2 | -0/+100 |
| * | Add tests to Linux and Mac and add vendor tests | zhibog | 2021-11-10 | 1 | -2/+5 |
| * | Removed context switching system from the crypto library to simplify the code | zhibog | 2021-11-09 | 2 | -183/+0 |
| * | Add json encoding test + fix enum not being set on success. | Daniel Gavin | 2021-11-07 | 2 | -1/+96 |
| * | Move botan.dll to correct directory | zhibog | 2021-10-14 | 1 | -0/+0 |
| * | Added botan.dll for tests | zhibog | 2021-10-14 | 1 | -0/+0 |
| * | Add crypto library. Additional information is included in the README.md | zhibog | 2021-10-14 | 2 | -1/+1285 |
| * | png: Move metadata. | Jeroen van Rijn | 2021-10-06 | 1 | -3/+1 |
| * | png: Add sane compile-time maximums for dimensions + chunk sizes. | Jeroen van Rijn | 2021-10-06 | 1 | -2/+1 |
| * | png + compress: Rearrange error unions. | Jeroen van Rijn | 2021-10-06 | 2 | -13/+17 |
| * | Add additional error checking to helpers. | Jeroen van Rijn | 2021-10-06 | 1 | -9/+9 |
| * | Minor style change | gingerBill | 2021-10-02 | 1 | -17/+17 |
| * | hash: Smaller CRC-64 ISO 3306 table. | Jeroen van Rijn | 2021-09-21 | 1 | -4/+4 |
| * | hash: Add CRC-64 (ISO 3306) and inverse. | Jeroen van Rijn | 2021-09-21 | 1 | -3/+13 |
| * | Correct CRC-64 (ECMA 182) & add CRC-64 (XZ) and tests. | Jeroen van Rijn | 2021-09-21 | 1 | -0/+31 |
| * | typo in filename | Daniel Gavin | 2021-09-20 | 1 | -1/+1 |
| * | Make default_parser use the optional_semicolons and add odin parser test. | Daniel Gavin | 2021-09-20 | 2 | -1/+56 |
| * | xxhash: Add tests for streaming input. | Jeroen van Rijn | 2021-09-15 | 1 | -3/+27 |
| * | Add XXH3-64 + tests. | Jeroen van Rijn | 2021-09-13 | 1 | -0/+28 |
| * | xxhash: typo. | Jeroen van Rijn | 2021-09-12 | 1 | -1/+1 |
| * | xxhash: Add custom secret tests. | Jeroen van Rijn | 2021-09-12 | 2 | -137/+2222 |
| * | xxhash: Extra (generated) tests. | Jeroen van Rijn | 2021-09-11 | 2 | -1564/+4654 |
| * | LLVM 12 big math test workaround. | Jeroen van Rijn | 2021-09-11 | 3 | -53/+36 |
| * | xxhash: Disable prefetch on Linux. | Jeroen van Rijn | 2021-09-11 | 1 | -1/+1 |
| * | xxhash: Fix test on Linux. | Jeroen van Rijn | 2021-09-11 | 1 | -1/+1 |
| * | xxhash: Add XXH3_128 + test vectors. | Jeroen van Rijn | 2021-09-11 | 2 | -9/+1631 |
| * | Fix typo. | Jeroen van Rijn | 2021-09-09 | 1 | -1/+1 |
| * | Add xxhash tests to CI. | Jeroen van Rijn | 2021-09-09 | 3 | -1/+140 |
| * | Also use custom test runner on Linux. | Jeroen van Rijn | 2021-09-08 | 1 | -3/+3 |
| * | Custom test runner. | Jeroen van Rijn | 2021-09-08 | 4 | -23/+85 |
| * | Try to address test timeouts. | Jeroen van Rijn | 2021-09-08 | 2 | -6/+0 |
| * | Separate math/big test. | Jeroen van Rijn | 2021-09-07 | 2 | -15/+14 |
| * | Tests: Integrate `strings` into CI. | Jeroen van Rijn | 2021-09-07 | 2 | -2/+14 |
| * | Move math/big tests under `tests/`. | Jeroen van Rijn | 2021-09-07 | 3 | -2/+1173 |
| * | Fix strings.index_any on small strings | Ricardo Silva | 2021-09-07 | 1 | -0/+29 |
| * | Add Makefile for tests. | Jeroen van Rijn | 2021-09-07 | 3 | -2/+17 |
| * | Set relative path for Odin. | Jeroen van Rijn | 2021-09-07 | 1 | -2/+4 |
| * | CI tests for PNG, GZIP + ZLIB. | Jeroen van Rijn | 2021-09-07 | 5 | -0/+2146 |