move go-crypto files pre-keys merge

This commit is contained in:
Ethan Frey
2017-04-19 16:51:29 +02:00
parent 8bb25ec5ed
commit 17ed6d178d
24 changed files with 0 additions and 0 deletions

View File

@ -1,9 +0,0 @@
package crypto
// Types of implementations
const (
TypeEd25519 = byte(0x01)
TypeSecp256k1 = byte(0x02)
NameEd25519 = "ed25519"
NameSecp256k1 = "secp256k1"
)