commit | 1fbbd62cfec66bd39d91e97749579579d4d3037e | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Tue Dec 09 13:38:15 2014 +1100 |
committer | David Symonds <dsymonds@golang.org> | Tue Dec 09 23:26:36 2014 +0000 |
tree | cdc94dad9c74e2755eb46fe6b1f7f05b18e07a8f | |
parent | 731db29863ea7213d9556d0170afb38987f401d4 [diff] [blame] |
crypto: add import comments. Change-Id: I33240faf1b8620d0cd600de661928d8e422ebdbc Reviewed-on: https://go-review.googlesource.com/1235 Reviewed-by: Andrew Gerrand <adg@golang.org>
diff --git a/poly1305/poly1305.go b/poly1305/poly1305.go index 2270d2b..4a5f826 100644 --- a/poly1305/poly1305.go +++ b/poly1305/poly1305.go
@@ -16,7 +16,7 @@ However, in this package AES isn't used and the one-time key is specified directly. */ -package poly1305 +package poly1305 // import "golang.org/x/crypto/poly1305" import "crypto/subtle"