Index: pkg/crypto/lib/src/md5.dart |
diff --git a/pkg/crypto/lib/src/md5.dart b/pkg/crypto/lib/src/md5.dart |
index 776383225f59b7ceac72c23a679b9767cdbd5492..279db3d0b72a2952b619dd8e1ae7222c6dce16c6 100644 |
--- a/pkg/crypto/lib/src/md5.dart |
+++ b/pkg/crypto/lib/src/md5.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-part of dart.crypto; |
+part of crypto; |
// The MD5 hasher is used to compute an MD5 message digest. |
class _MD5 extends _HashBase implements MD5 { |