Age | Commit message (Expand) | Author |
---|---|---|
2020-08-15 | AK: Rename span() to bytes() when appropriate. | asynts |
2020-08-13 | Kernel: Fix rng regression from bc7a149039 | Nico Weber |
2020-08-11 | LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span | AnotherTest |
2020-06-27 | Kernel: Make Random work on CPUs without rdrand | Peter Elliott |
2020-06-25 | Kernel: Harvest randomness from various drivers | Peter Elliott |
2020-06-25 | LibCrypto: Add CTR cipher mode | Peter Elliott |
2020-06-25 | Kernel: Replace existing random implementation with Fortuna | Peter Elliott |
2020-06-25 | Kernel: Implement the Fortuna PRNG algorithm | Peter Elliott |
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-03 | Kernel: Add a more expressive API for getting random bytes | Andreas Kling |