| Index: sdk/lib/crypto/sha256.dart
|
| diff --git a/sdk/lib/crypto/sha256.dart b/sdk/lib/crypto/sha256.dart
|
| index 5c35d271776515cada4b53b43c67c94cf721d08a..e3418fedacd42bd8ea447b4c8511906c923b536f 100644
|
| --- a/sdk/lib/crypto/sha256.dart
|
| +++ b/sdk/lib/crypto/sha256.dart
|
| @@ -2,8 +2,6 @@
|
| // 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.
|
|
|