We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@time
1 parent 8fa221d commit 4451e13Copy full SHA for 4451e13
test/runtests.jl
@@ -182,6 +182,4 @@ end
182
@test SHA.shake256(b"",UInt(32)) == hex2bytes("46b9dd2b0ba88d13233b3feb743eeb243fcd52ea62b81b82b50c27646ed5762f")
183
@test SHA.shake256(codeunits("0"^135),UInt(32)) == hex2bytes("ab11f61b5085a108a58670a66738ea7a8d8ce23b7c57d64de83eaafb10923cf8")
184
end
185
- @time SHA.shake256(b"abc",UInt(100000))
186
- @time SHA.shake128(b"abc",UInt(100000))
187
0 commit comments