summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/rng.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rng.go b/lib/rng.go
index 30cca3d..c1038f4 100644
--- a/lib/rng.go
+++ b/lib/rng.go
@@ -142,4 +142,3 @@ func MTXORStream(stream, seed []byte) []byte {
}
return s
}
-