| Index: pkg/crypto/lib/src/sha1.dart
|
| diff --git a/pkg/crypto/lib/src/sha1.dart b/pkg/crypto/lib/src/sha1.dart
|
| index 8ee28ce3993b97c3e7f444b5899d2616dc29c311..79a23e3a469480f5d3f720cbf8a956bdec49bf09 100644
|
| --- a/pkg/crypto/lib/src/sha1.dart
|
| +++ b/pkg/crypto/lib/src/sha1.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 SHA1 hasher is used to compute an SHA1 message digest.
|
| class _SHA1 extends _HashBase implements SHA1 {
|
|
|