OSDN Git Service

delete the unused (#323)
authorPaladz <yzhu101@uottawa.ca>
Fri, 19 Jul 2019 02:51:29 +0000 (10:51 +0800)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2019 02:51:29 +0000 (10:51 +0800)
commitb057187a9b3143ad580169bfa1d94f28784a1ca9
tree724317ca07f73c4daeb46e8b1e4dc403a18b069c
parente278744e6d00511a70af4e03161151fb88d1f542
delete the unused (#323)
53 files changed:
vendor/github.com/bytom/crypto/ed25519/chainkd/bench_test.go [deleted file]
vendor/github.com/bytom/crypto/ed25519/chainkd/chainkd.go [deleted file]
vendor/github.com/bytom/crypto/ed25519/chainkd/chainkd_test.go [deleted file]
vendor/github.com/bytom/crypto/ed25519/chainkd/expanded_key.go [deleted file]
vendor/github.com/bytom/crypto/ed25519/chainkd/expanded_key_test.go [deleted file]
vendor/github.com/bytom/crypto/ed25519/chainkd/serialize.go [deleted file]
vendor/github.com/bytom/crypto/ed25519/chainkd/serialize_test.go [deleted file]
vendor/github.com/bytom/crypto/ed25519/chainkd/util.go [deleted file]
vendor/github.com/bytom/crypto/ed25519/ecmath/point.go [deleted file]
vendor/github.com/bytom/crypto/ed25519/ecmath/point_test.go [deleted file]
vendor/github.com/bytom/crypto/ed25519/ecmath/scalar.go [deleted file]
vendor/github.com/bytom/crypto/randentropy/rand_entropy.go [deleted file]
vendor/github.com/bytom/crypto/scrypt/example_test.go [deleted file]
vendor/github.com/bytom/crypto/scrypt/scrypt.go [deleted file]
vendor/github.com/bytom/crypto/scrypt/scrypt_test.go [deleted file]
vendor/github.com/bytom/crypto/scrypt/smix.go [deleted file]
vendor/github.com/bytom/crypto/sm2/cert_pool.go [deleted file]
vendor/github.com/bytom/crypto/sm2/p256.go [deleted file]
vendor/github.com/bytom/crypto/sm2/pkcs1.go [deleted file]
vendor/github.com/bytom/crypto/sm2/pkcs8.go [deleted file]
vendor/github.com/bytom/crypto/sm2/sm2.go [deleted file]
vendor/github.com/bytom/crypto/sm2/sm2_test.go [deleted file]
vendor/github.com/bytom/crypto/sm2/verify.go [deleted file]
vendor/github.com/bytom/crypto/sm2/x509.go [deleted file]
vendor/github.com/tendermint/ed25519/LICENSE [deleted file]
vendor/github.com/tendermint/ed25519/ed25519.go [deleted file]
vendor/github.com/tendermint/ed25519/edwards25519/const.go [deleted file]
vendor/github.com/tendermint/ed25519/edwards25519/edwards25519.go [deleted file]
vendor/github.com/tendermint/ed25519/testdata/sign.input.gz [deleted file]
vendor/github.com/tendermint/go-crypto/.gitignore [deleted file]
vendor/github.com/tendermint/go-crypto/embed_test.go [deleted file]
vendor/github.com/tendermint/go-crypto/example_test.go [deleted file]
vendor/github.com/tendermint/go-crypto/hash.go [deleted file]
vendor/github.com/tendermint/go-crypto/priv_key.go [deleted file]
vendor/github.com/tendermint/go-crypto/privkeyinner_wrapper.go [deleted file]
vendor/github.com/tendermint/go-crypto/pub_key.go [deleted file]
vendor/github.com/tendermint/go-crypto/pubkeyinner_wrapper.go [deleted file]
vendor/github.com/tendermint/go-crypto/random.go [deleted file]
vendor/github.com/tendermint/go-crypto/signature.go [deleted file]
vendor/github.com/tendermint/go-crypto/signatureinner_wrapper.go [deleted file]
vendor/github.com/tendermint/go-wire/data/Makefile [deleted file]
vendor/github.com/tendermint/go-wire/data/README.md [deleted file]
vendor/github.com/tendermint/go-wire/data/binary.go [deleted file]
vendor/github.com/tendermint/go-wire/data/binary_test.go [deleted file]
vendor/github.com/tendermint/go-wire/data/bytes.go [deleted file]
vendor/github.com/tendermint/go-wire/data/bytes_test.go [deleted file]
vendor/github.com/tendermint/go-wire/data/common_test.go [deleted file]
vendor/github.com/tendermint/go-wire/data/docs.go [deleted file]
vendor/github.com/tendermint/go-wire/data/json.go [deleted file]
vendor/github.com/tendermint/go-wire/data/json_test.go [deleted file]
vendor/github.com/tendermint/go-wire/data/pointer_test.go [deleted file]
vendor/github.com/tendermint/go-wire/data/text_test.go [deleted file]
vendor/github.com/tendermint/go-wire/data/wrapper.go [deleted file]