summaryrefslogtreecommitdiffstats
path: root/test/sha1_vectors_long_messages.js
blob: e0e905c79c3339fc8b6d4f9ff568ec4f42562294 (plain)
1
2
3
4
5
// generated with: printf 'a123456%.0s' {1..99999} | sha1sum
sjcl.test.vector.sha1long = 
[
[Array(100000).join('a123456'), "fd8513d5ba504eacf786091af50b75dcfe25b145"]
];