| Index: lib/crypto/crypto.dart
 | 
| diff --git a/lib/crypto/crypto.dart b/lib/crypto/crypto.dart
 | 
| index 821982b7e2b76e9bfbd1ac5d8f51e942c3ece02a..4161b6b1855b8af7211d150ee2d8ebb936a7350e 100644
 | 
| --- a/lib/crypto/crypto.dart
 | 
| +++ b/lib/crypto/crypto.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.
 | 
|  
 | 
| -#library('crypto');
 | 
| +#library('dart:crypto');
 | 
|  
 | 
|  #source('crypto_utils.dart');
 | 
|  #source('hash_utils.dart');
 | 
| 
 |