UNPKG
sjcl
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
Stanford Javascript Crypto Library
github.com/bitwiseshiftleft/sjcl
bitwiseshiftleft/sjcl
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"
] ];