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