diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/web.go | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,9 +3,7 @@ package lib -import ( - "crypto/rand" -) +import "crypto/rand" type Profile map[string]string |
index : cryptopals | ||
cryptopals challenges (wip) | siddharth |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | lib/web.go | 4 |
@@ -3,9 +3,7 @@ package lib -import ( - "crypto/rand" -) +import "crypto/rand" type Profile map[string]string |