Sign in
cue
/
cue
/
1e14710cb373e2e36b07b62be2bb98cdf5589cb3
/
.
/
pkg
/
crypto
/
sha1
/
testdata
/
gen.txtar
blob: abc271446950ae95c648f034ae2fc3b2bc491856 [
file
] [
log
] [
blame
]
# generated from the original tests.
# Henceforth it may be nicer to group tests into separate files.
--
in
.
cue
--
import
"crypto/sha1"
t1
:
len
(
sha1
.
Sum
(
"hash me"
))
--
out
/
sha1
--
t1
:
20