File tree 6 files changed +4
-7
lines changed
6 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 5
5
"crypto"
6
6
"crypto/rand"
7
7
"crypto/rsa"
8
- _ "crypto/sha256"
9
8
"crypto/sha512"
10
9
"crypto/x509"
11
10
"encoding/hex"
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ package group
3
3
import (
4
4
"crypto"
5
5
"crypto/elliptic"
6
+ _ "crypto/sha256"
7
+ _ "crypto/sha512"
6
8
"crypto/subtle"
7
9
"fmt"
8
10
"io"
Original file line number Diff line number Diff line change 5
5
"crypto/aes"
6
6
"crypto/cipher"
7
7
"crypto/elliptic"
8
+ _ "crypto/sha256"
9
+ _ "crypto/sha512"
8
10
"fmt"
9
11
"hash"
10
12
"io"
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ package hpke
3
3
import (
4
4
"crypto"
5
5
"crypto/rand"
6
- _ "crypto/sha256"
7
- _ "crypto/sha512"
8
6
"encoding/binary"
9
7
"io"
10
8
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ package hpke
3
3
import (
4
4
"crypto/elliptic"
5
5
"crypto/rand"
6
- _ "crypto/sha256"
7
- _ "crypto/sha512"
8
6
"crypto/subtle"
9
7
"fmt"
10
8
"math/big"
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ package hpke
3
3
import (
4
4
"bytes"
5
5
"crypto/rand"
6
- _ "crypto/sha256"
7
- _ "crypto/sha512"
8
6
"crypto/subtle"
9
7
"fmt"
10
8
"io"
You can’t perform that action at this time.
0 commit comments