# TODO(fmt): spurious extra newline between import declarations: cuelang.org/issue/1545 -- in.cue -- import "crypto/hmac" import "encoding/hex" t1: hex.Encode(hmac.Sign(hmac.SHA1, hex.Decode("303132333435363738393a3b3c3d3e3f40414243"), "Sample #2")) t2: hex.Encode(hmac.Sign(hmac.MD5, "Jefe", "what do ya want for nothing?")) t3: hex.Encode(hmac.Sign(hmac.SHA256, hex.Decode("0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b"), "Hi There")) t4: hex.Encode(hmac.Sign(hmac.SHA224, hex.Decode("000102030405060708090a0b0c0d0e0f101112131415161718191a1b"), "Sample message for keylen