Commit 49e8f9e1 authored by Geoff Simmons's avatar Geoff Simmons

test the digest object with SAH224

parent d49ce197
Pipeline #52 skipped
...@@ -226,7 +226,7 @@ varnish v1 -vcl { ...@@ -226,7 +226,7 @@ varnish v1 -vcl {
blobcode.decode(IDENTITY, blobcode.decode(IDENTITY,
"The quick brown fox jumps over the lazy cog"))); "The quick brown fox jumps over the lazy cog")));
# all 256 byte values in ascending, big-endian order # all 256 byte values in ascending order
set resp.http.allbytesf set resp.http.allbytesf
= blobcode.encode(HEXLC, blobdigest.hash(SHA1, = blobcode.encode(HEXLC, blobdigest.hash(SHA1,
blobcode.decode(BASE64, blobcode.decode(BASE64,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment