crypto: Rename last traces of go-crypto (#1786)

Follow-up to #1782
This commit is contained in:
Alexander Simmerl
2018-06-22 06:24:36 +02:00
committed by Anton Kaliaev
parent 7e3de2027e
commit 3e1baf68f8
6 changed files with 40 additions and 43 deletions

View File

@ -28,7 +28,7 @@ func TestReadPrivKey(t *testing.T) {
// garbage in, garbage out
garbage := []byte("hjgewugfbiewgofwgewr")
XXX This test wants to register BadKey globally to go-crypto,
XXX This test wants to register BadKey globally to crypto,
but we don't want to support that.
_, err := PrivKeyFromBytes(garbage)
require.Error(err)