| Index: lib/crypto/md5.dart
|
| ===================================================================
|
| --- lib/crypto/md5.dart (revision 11400)
|
| +++ lib/crypto/md5.dart (working copy)
|
| @@ -16,7 +16,7 @@
|
| return new MD5();
|
| }
|
|
|
| - static final _k = const [
|
| + static const _k = const [
|
| 0xd76aa478, 0xe8c7b756, 0x242070db, 0xc1bdceee, 0xf57c0faf, 0x4787c62a,
|
| 0xa8304613, 0xfd469501, 0x698098d8, 0x8b44f7af, 0xffff5bb1, 0x895cd7be,
|
| 0x6b901122, 0xfd987193, 0xa679438e, 0x49b40821, 0xf61e2562, 0xc040b340,
|
| @@ -29,7 +29,7 @@
|
| 0xffeff47d, 0x85845dd1, 0x6fa87e4f, 0xfe2ce6e0, 0xa3014314, 0x4e0811a1,
|
| 0xf7537e82, 0xbd3af235, 0x2ad7d2bb, 0xeb86d391 ];
|
|
|
| - static final _r = const [
|
| + static const _r = const [
|
| 7, 12, 17, 22, 7, 12, 17, 22, 7, 12, 17, 22, 7, 12, 17, 22, 5, 9, 14,
|
| 20, 5, 9, 14, 20, 5, 9, 14, 20, 5, 9, 14, 20, 4, 11, 16, 23, 4, 11,
|
| 16, 23, 4, 11, 16, 23, 4, 11, 16, 23, 6, 10, 15, 21, 6, 10, 15, 21, 6,
|
|
|