aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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
)