We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3584d3 commit b33f832Copy full SHA for b33f832
openpgp/packet/opaque.go
@@ -6,8 +6,9 @@ package packet
6
7
import (
8
"bytes"
9
- "golang.org/x/crypto/openpgp/errors"
10
"io"
+
11
+ "golang.org/x/crypto/openpgp/errors"
12
)
13
14
// OpaquePacket represents an OpenPGP packet as raw, unparsed data. This is
ssh/cipher.go
@@ -13,10 +13,11 @@ import (
"encoding/binary"
"errors"
15
"fmt"
16
- "golang.org/x/crypto/chacha20"
17
- "golang.org/x/crypto/internal/poly1305"
18
"hash"
19
+ "golang.org/x/crypto/chacha20"
20
+ "golang.org/x/crypto/internal/poly1305"
21
22
23
const (
0 commit comments