Sign in
cue
/
cue
/
1fdc02a2bc053bcb49fe5caf2e166283abe33ae3
/
.
/
pkg
/
crypto
/
sha1
/
testdata
/
gen.txtar
blob: 2eedefa89708ebc26c3d7bb7da8c83b06e756ff6 [
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
--
(
struct
){
t1
:
(
int
){
20
}
}