This commit is contained in:
Mark McGranaghan 2012-10-10 09:55:13 -07:00
parent d76f9325f0
commit 7a1883a0b4

View File

@ -8,7 +8,7 @@
package main package main
// Go implements several hash functions in various // Go implements several hash functions in various
// `crtypo/*` packages. // `crypto/*` packages.
import "crypto/sha1" import "crypto/sha1"
import "encoding/hex" import "encoding/hex"
import "fmt" import "fmt"