aboutsummaryrefslogtreecommitdiffstats
path: root/src/librandom/surf_sinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/librandom/surf_sinit.c')
-rw-r--r--src/librandom/surf_sinit.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/librandom/surf_sinit.c b/src/librandom/surf_sinit.c
deleted file mode 100644
index f81a5c8..0000000
--- a/src/librandom/surf_sinit.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* ISC license. */
-
-#include <skalibs/uint32.h>
-#include <skalibs/surf.h>
-
-void surf_sinit (SURFSchedule *ctx, char const *s)
-{
- SURFSchedule zero = SURFSCHEDULE_ZERO ;
- register unsigned int i = 4 ;
- *ctx = zero ;
- for (; i < 12 ; i++) uint32_unpack(s + (i<<2) - 16, ctx->in + i) ;
- for (i = 0 ; i < 32 ; i++) uint32_unpack(s + 32 + (i<<2), ctx->seed + i) ;
-}