aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-10-23 19:16:47 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-10-23 19:16:47 +0200
commit49ca0b5af56dea12695c3a83ad5a4bb80992d51b (patch)
tree9e650975b58c9e6dd24775099696f2d3799e62ec /main.go
parent5b1f187c7a3515a8335a134364929f6e0bbef1f5 (diff)
crypto/x/ed25519
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.go b/main.go
index 842d6dc..8d01333 100644
--- a/main.go
+++ b/main.go
@@ -7,15 +7,9 @@ import (
"fmt"
)
-var (
- PKAlg = [2]byte{'E', 'd'}
- KDFAlg = [2]byte{'B', 'K'}
-)
-
const (
verFailed = "signature verfication failed"
verOK = "Signature Verfied"
- KeyNumLen = 8
DefaultRounds = 42
)