Index: sdk/lib/crypto/hash_utils.dart |
diff --git a/sdk/lib/crypto/hash_utils.dart b/sdk/lib/crypto/hash_utils.dart |
index d3c23f56840a419e901e80de5679252a6bc1eb2b..81dcd68279435738c6a232066a7b87e5ec48e99c 100644 |
--- a/sdk/lib/crypto/hash_utils.dart |
+++ b/sdk/lib/crypto/hash_utils.dart |
@@ -2,6 +2,8 @@ |
// 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; |
+ |
// Constants. |
const _MASK_8 = 0xff; |
const _MASK_32 = 0xffffffff; |