UNPKG
crypt.io
Version:
latest (1.0.8)
1.0.8
Encryption enabled browser storage
jas-/crypt.io
crypt.io
/
3rd-party
/
sjcl
/
test
/
sha256_vectors_long_messages.js
6 lines
(5 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
// generated with:
printf
'a123456%.0s'
{1..99999} |
sha256sum
sjcl.test.vector.sha256long = [ [Array(100000).
join
(
'a123456'
),
"397df3bf09b046b41b65edebd20e440308188e441c7e57e400cad21b86333d77"
] ];