From c2a501961f26943066e0a439c35aaead2ead4185 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 10 Feb 2015 11:13:49 -0600 Subject: [PATCH] TODO: Mark RNG utility task done --- TODO | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/TODO b/TODO index 4b411f40..88810035 100644 --- a/TODO +++ b/TODO @@ -352,18 +352,6 @@ Wireless daemon Priority: Medium Complexity: C1 -- Implement a Random Number Generator utility - - For generating Nonces and other data that is required to be random, a RNG - is required. Implement a utility function that would return a requested - number of random bytes. - - AF_ALG can be used in order to obtain such data. Alternatively, on newer - kernels the sys_getrandom() system call should be used. - - Priority: High - Complexity: C1 - Client ======