UNPKG
@haventec/sjcl
Version:
latest (1.0.512)
1.0.512
Stanford Javascript Crypto Library - Haventec sha512 version
@haventec/sjcl
/
test
/
sha1_vectors_long_messages.js
6 lines
(5 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
// generated with:
printf
'a123456%.0s'
{1..99999} |
sha1sum
sjcl.test.vector.sha1long = [ [Array(100000).
join
(
'a123456'
),
"fd8513d5ba504eacf786091af50b75dcfe25b145"
] ];