Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Side by Side Diff: dart/tests/lib/crypto/sha256_short_test_vectors.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 part of sha256_test;
2
3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
5 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
6 4
7 // Standard test vectors from: 5 // Standard test vectors from:
8 // http://csrc.nist.gov/groups/STM/cavp/documents/shs/shabytetestvectors.zip 6 // http://csrc.nist.gov/groups/STM/cavp/documents/shs/shabytetestvectors.zip
9 7
10 const sha256_short_inputs = const [ 8 const sha256_short_inputs = const [
11 const [ ], 9 const [ ],
12 const [ 0xd3 ], 10 const [ 0xd3 ],
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'cfb88d6faf2de3a69d36195acec2e255e2af2b7d933997f348e09f6ce5758360', 133 'cfb88d6faf2de3a69d36195acec2e255e2af2b7d933997f348e09f6ce5758360',
136 '4d54b2d284a6794581224e08f675541c8feab6eefa3ac1cfe5da4e03e62f72e4', 134 '4d54b2d284a6794581224e08f675541c8feab6eefa3ac1cfe5da4e03e62f72e4',
137 'dba490256c9720c54c612a5bd1ef573cd51dc12b3e7bd8c6db2eabe0aacb846b', 135 'dba490256c9720c54c612a5bd1ef573cd51dc12b3e7bd8c6db2eabe0aacb846b',
138 '02804978eba6e1de65afdbc6a6091ed6b1ecee51e8bff40646a251de6678b7ef', 136 '02804978eba6e1de65afdbc6a6091ed6b1ecee51e8bff40646a251de6678b7ef',
139 '0b66c8b4fefebc8dc7da0bbedc1114f228aa63c37d5c30e91ab500f3eadfcec5', 137 '0b66c8b4fefebc8dc7da0bbedc1114f228aa63c37d5c30e91ab500f3eadfcec5',
140 'c464a7bf6d180de4f744bb2fe5dc27a3f681334ffd54a9814650e60260a478e3', 138 'c464a7bf6d180de4f744bb2fe5dc27a3f681334ffd54a9814650e60260a478e3',
141 'd6859c0b5a0b66376a24f56b2ab104286ed0078634ba19112ace0d6d60a9c1ae', 139 'd6859c0b5a0b66376a24f56b2ab104286ed0078634ba19112ace0d6d60a9c1ae',
142 '18041bd4665083001fba8c5411d2d748e8abbfdcdfd9218cb02b68a78e7d4c23', 140 '18041bd4665083001fba8c5411d2d748e8abbfdcdfd9218cb02b68a78e7d4c23',
143 '42e61e174fbb3897d6dd6cef3dd2802fe67b331953b06114a65c772859dfc1aa', 141 '42e61e174fbb3897d6dd6cef3dd2802fe67b331953b06114a65c772859dfc1aa',
144 ]; 142 ];
OLDNEW
« no previous file with comments | « dart/tests/lib/crypto/sha256_long_test_vectors.dart ('k') | dart/tests/lib/crypto/sha256_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698