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