summaryrefslogtreecommitdiffstats
path: root/test/sha256_vectors_long_messages.js
blob: 98e0b768feefcc3814a2120ea5c76b1463f00f7b (plain)
1
2
3
4
5
// generated with: printf 'a123456%.0s' {1..99999} | sha256sum
sjcl.test.vector.sha256long = 
[
[Array(100000).join('a123456'), "397df3bf09b046b41b65edebd20e440308188e441c7e57e400cad21b86333d77"]
];