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

Side by Side Diff: dart/tests/lib/crypto/sha1_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, 2 months 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
« no previous file with comments | « dart/tests/lib/crypto/sha1_long_test_vectors.dart ('k') | dart/tests/lib/crypto/sha1_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 part of sha1_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 sha1_short_inputs = const [ 8 const sha1_short_inputs = const [
11 const [ ], 9 const [ ],
12 const [ 0x36 ], 10 const [ 0x36 ],
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'aef843b86916c16f66c84d83a6005d23fd005c9e', 133 'aef843b86916c16f66c84d83a6005d23fd005c9e',
136 'be2cd6f380969be59cde2dff5e848a44e7880bd6', 134 'be2cd6f380969be59cde2dff5e848a44e7880bd6',
137 'e5eb4543deee8f6a5287845af8b593a95a9749a1', 135 'e5eb4543deee8f6a5287845af8b593a95a9749a1',
138 '534c850448dd486787b62bdec2d4a0b140a1b170', 136 '534c850448dd486787b62bdec2d4a0b140a1b170',
139 '6fbfa6e4edce4cc85a845bf0d228dc39acefc2fa', 137 '6fbfa6e4edce4cc85a845bf0d228dc39acefc2fa',
140 '018872691d9b04e8220e09187df5bc5fa6257cd9', 138 '018872691d9b04e8220e09187df5bc5fa6257cd9',
141 'd98d512a35572f8bd20de62e9510cc21145c5bf4', 139 'd98d512a35572f8bd20de62e9510cc21145c5bf4',
142 '9f3ea255f6af95c5454e55d7354cabb45352ea0b', 140 '9f3ea255f6af95c5454e55d7354cabb45352ea0b',
143 'a70cfbfe7563dd0e665c7c6715a96a8d756950c0', 141 'a70cfbfe7563dd0e665c7c6715a96a8d756950c0',
144 ]; 142 ];
OLDNEW
« no previous file with comments | « dart/tests/lib/crypto/sha1_long_test_vectors.dart ('k') | dart/tests/lib/crypto/sha1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698