aboutsummaryrefslogtreecommitdiff
path: root/cryptobyte/string.go
diff options
context:
space:
mode:
authorAndreas Auernhammer <aead@mail.de>2017-04-07 15:23:05 +0200
committerBrad Fitzpatrick <bradfitz@golang.org>2017-04-07 17:36:45 +0000
commit55a552f0823e0d3d54931488a2993ebd2fd0258c (patch)
treeb40154f2573377f5550a782345b250da8dee1b84 /cryptobyte/string.go
parent420870623a70591d5e0b187c77c95455a1224ca6 (diff)
downloadgo-x-crypto-55a552f0823e0d3d54931488a2993ebd2fd0258c.tar.xz
x/crypto/*: add import comment
Add import comment for blake2b, blake2s, chacha20poly1305 and cryptobyte. Change-Id: I4703b5cd669e43a5d81422b2ded8b8f54eee5f9b Reviewed-on: https://go-review.googlesource.com/39952 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'cryptobyte/string.go')
-rw-r--r--cryptobyte/string.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptobyte/string.go b/cryptobyte/string.go
index b1215b3..6780336 100644
--- a/cryptobyte/string.go
+++ b/cryptobyte/string.go
@@ -5,7 +5,7 @@
// Package cryptobyte implements building and parsing of byte strings for
// DER-encoded ASN.1 and TLS messages. See the examples for the Builder and
// String types to get started.
-package cryptobyte
+package cryptobyte // import "golang.org/x/crypto/cryptobyte"
// String represents a string of bytes. It provides methods for parsing
// fixed-length and length-prefixed values from it.