OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / vendor / github.com / tendermint / go-crypto / crypto.go
diff --git a/vendor/github.com/tendermint/go-crypto/crypto.go b/vendor/github.com/tendermint/go-crypto/crypto.go
deleted file mode 100644 (file)
index d9caf1a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-package crypto
-
-// Types of implementations
-const (
-       TypeEd25519   = byte(0x01)
-       TypeSecp256k1 = byte(0x02)
-       NameEd25519   = "ed25519"
-       NameSecp256k1 = "secp256k1"
-)