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

Side by Side Diff: pkg/crypto/test/sha256_short_test_vectors.dart

Issue 16627002: Move the crypto tests into the pkg directory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « pkg/crypto/test/sha256_long_test_vectors.dart ('k') | pkg/crypto/test/sha256_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 // 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
2 // 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
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 part of sha256_test; 5 part of sha256_test;
6 6
7 // Standard test vectors from: 7 // Standard test vectors from:
8 // http://csrc.nist.gov/groups/STM/cavp/documents/shs/shabytetestvectors.zip 8 // http://csrc.nist.gov/groups/STM/cavp/documents/shs/shabytetestvectors.zip
9 9
10 const sha256_short_inputs = const [ 10 const sha256_short_inputs = const [
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'cfb88d6faf2de3a69d36195acec2e255e2af2b7d933997f348e09f6ce5758360', 135 'cfb88d6faf2de3a69d36195acec2e255e2af2b7d933997f348e09f6ce5758360',
136 '4d54b2d284a6794581224e08f675541c8feab6eefa3ac1cfe5da4e03e62f72e4', 136 '4d54b2d284a6794581224e08f675541c8feab6eefa3ac1cfe5da4e03e62f72e4',
137 'dba490256c9720c54c612a5bd1ef573cd51dc12b3e7bd8c6db2eabe0aacb846b', 137 'dba490256c9720c54c612a5bd1ef573cd51dc12b3e7bd8c6db2eabe0aacb846b',
138 '02804978eba6e1de65afdbc6a6091ed6b1ecee51e8bff40646a251de6678b7ef', 138 '02804978eba6e1de65afdbc6a6091ed6b1ecee51e8bff40646a251de6678b7ef',
139 '0b66c8b4fefebc8dc7da0bbedc1114f228aa63c37d5c30e91ab500f3eadfcec5', 139 '0b66c8b4fefebc8dc7da0bbedc1114f228aa63c37d5c30e91ab500f3eadfcec5',
140 'c464a7bf6d180de4f744bb2fe5dc27a3f681334ffd54a9814650e60260a478e3', 140 'c464a7bf6d180de4f744bb2fe5dc27a3f681334ffd54a9814650e60260a478e3',
141 'd6859c0b5a0b66376a24f56b2ab104286ed0078634ba19112ace0d6d60a9c1ae', 141 'd6859c0b5a0b66376a24f56b2ab104286ed0078634ba19112ace0d6d60a9c1ae',
142 '18041bd4665083001fba8c5411d2d748e8abbfdcdfd9218cb02b68a78e7d4c23', 142 '18041bd4665083001fba8c5411d2d748e8abbfdcdfd9218cb02b68a78e7d4c23',
143 '42e61e174fbb3897d6dd6cef3dd2802fe67b331953b06114a65c772859dfc1aa', 143 '42e61e174fbb3897d6dd6cef3dd2802fe67b331953b06114a65c772859dfc1aa',
144 ]; 144 ];
OLDNEW
« no previous file with comments | « pkg/crypto/test/sha256_long_test_vectors.dart ('k') | pkg/crypto/test/sha256_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698