diff --git a/LICENSE b/crypto/LICENSE similarity index 100% rename from LICENSE rename to crypto/LICENSE diff --git a/Makefile b/crypto/Makefile similarity index 100% rename from Makefile rename to crypto/Makefile diff --git a/README.md b/crypto/README.md similarity index 100% rename from README.md rename to crypto/README.md diff --git a/armor.go b/crypto/armor.go similarity index 100% rename from armor.go rename to crypto/armor.go diff --git a/armor_test.go b/crypto/armor_test.go similarity index 100% rename from armor_test.go rename to crypto/armor_test.go diff --git a/bcrypt/base64.go b/crypto/bcrypt/base64.go similarity index 100% rename from bcrypt/base64.go rename to crypto/bcrypt/base64.go diff --git a/bcrypt/bcrypt.go b/crypto/bcrypt/bcrypt.go similarity index 100% rename from bcrypt/bcrypt.go rename to crypto/bcrypt/bcrypt.go diff --git a/crypto.go b/crypto/crypto.go similarity index 100% rename from crypto.go rename to crypto/crypto.go diff --git a/embed_test.go b/crypto/embed_test.go similarity index 100% rename from embed_test.go rename to crypto/embed_test.go diff --git a/encode_test.go b/crypto/encode_test.go similarity index 100% rename from encode_test.go rename to crypto/encode_test.go diff --git a/glide.yaml b/crypto/glide.yaml similarity index 100% rename from glide.yaml rename to crypto/glide.yaml diff --git a/hash.go b/crypto/hash.go similarity index 100% rename from hash.go rename to crypto/hash.go diff --git a/hd/address.go b/crypto/hd/address.go similarity index 100% rename from hd/address.go rename to crypto/hd/address.go diff --git a/hd/address_test.go b/crypto/hd/address_test.go similarity index 100% rename from hd/address_test.go rename to crypto/hd/address_test.go diff --git a/hd/hd_test.go b/crypto/hd/hd_test.go similarity index 100% rename from hd/hd_test.go rename to crypto/hd/hd_test.go diff --git a/hd/test.json b/crypto/hd/test.json similarity index 100% rename from hd/test.json rename to crypto/hd/test.json diff --git a/priv_key.go b/crypto/priv_key.go similarity index 100% rename from priv_key.go rename to crypto/priv_key.go diff --git a/pub_key.go b/crypto/pub_key.go similarity index 100% rename from pub_key.go rename to crypto/pub_key.go diff --git a/pub_key_test.go b/crypto/pub_key_test.go similarity index 100% rename from pub_key_test.go rename to crypto/pub_key_test.go diff --git a/random.go b/crypto/random.go similarity index 100% rename from random.go rename to crypto/random.go diff --git a/signature.go b/crypto/signature.go similarity index 100% rename from signature.go rename to crypto/signature.go diff --git a/signature_test.go b/crypto/signature_test.go similarity index 100% rename from signature_test.go rename to crypto/signature_test.go diff --git a/symmetric.go b/crypto/symmetric.go similarity index 100% rename from symmetric.go rename to crypto/symmetric.go diff --git a/symmetric_test.go b/crypto/symmetric_test.go similarity index 100% rename from symmetric_test.go rename to crypto/symmetric_test.go