Index: pkg/crypto/lib/src/hmac.dart |
diff --git a/pkg/crypto/lib/src/hmac.dart b/pkg/crypto/lib/src/hmac.dart |
index 794746d299747d1cbd7e32bb52fe617956c8d308..2d07cff9a152502d1ecbd755c6c8fea4ab24a095 100644 |
--- a/pkg/crypto/lib/src/hmac.dart |
+++ b/pkg/crypto/lib/src/hmac.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; |
class _HMAC implements HMAC { |
bool _isClosed = false; |