aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-04-16 00:47:20 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-04-16 00:47:20 +0200
commit670abdb08e34d0d5a5f08af0b85e434d4a1ff18f (patch)
tree6abd3263cc477f8ce0fe3774844723c92ca488e7 /main.go
parentff8b08bf43f5ee60dc995b60e8505cfe90d0de3c (diff)
numeric KeyNum
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index 5b15be7..4d1cf71 100644
--- a/main.go
+++ b/main.go
@@ -1,7 +1,6 @@
package main
import (
- "crypto/rand"
"encoding/base64"
"flag"
"fmt"
@@ -57,7 +56,6 @@ func main() {
ss := &Sig{
PKAlg: PKAlg,
}
- rand.Read(ss.KeyNum[:])
ms, _ := Marshal(ss)
fmt.Println(string(ms))
}