Index: pkg/crypto/lib/src/sha256.dart |
diff --git a/pkg/crypto/lib/src/sha256.dart b/pkg/crypto/lib/src/sha256.dart |
index 3df0ffd0627b4c09c4ffb6b05534ea453b6d5069..6dd198ef74f6e3e809c74ceee60a065611bba01f 100644 |
--- a/pkg/crypto/lib/src/sha256.dart |
+++ b/pkg/crypto/lib/src/sha256.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 SHA256 hasher is used to compute an SHA256 message digest. |
class _SHA256 extends _HashBase implements SHA256 { |