Index: sdk/lib/crypto/hmac.dart |
diff --git a/sdk/lib/crypto/hmac.dart b/sdk/lib/crypto/hmac.dart |
index d7e3d98055b79d5ffe45f65acaa81d7b5b756a35..8844704e3f2f3f10e1a22884cdcf23b78f0325fe 100644 |
--- a/sdk/lib/crypto/hmac.dart |
+++ b/sdk/lib/crypto/hmac.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; |
+ |
class _HMAC implements HMAC { |
_HMAC(Hash this._hash, List<int> this._key) : _message = []; |