summaryrefslogtreecommitdiff
path: root/Kernel/Random.h
AgeCommit message (Expand)Author
2020-11-29LibCrypto: Require intent parameter in CTR constructorLuke
2020-08-25Kernel: Switch singletons to use new Singleton classTom
2020-08-22Revert "Kernel: Switch singletons to use new Singleton class"Andreas Kling
2020-08-21Kernel: Switch singletons to use new Singleton classTom
2020-08-15AK: Rename span() to bytes() when appropriate.asynts
2020-08-13Kernel: Fix rng regression from bc7a149039Nico Weber
2020-08-11LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use SpanAnotherTest
2020-06-27Kernel: Make Random work on CPUs without rdrandPeter Elliott
2020-06-25Kernel: Harvest randomness from various driversPeter Elliott
2020-06-25LibCrypto: Add CTR cipher modePeter Elliott
2020-06-25Kernel: Replace existing random implementation with FortunaPeter Elliott
2020-06-25Kernel: Implement the Fortuna PRNG algorithmPeter Elliott
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-03Kernel: Add a more expressive API for getting random bytesAndreas Kling