forked from TrueCloudLab/rfc6979
gofmt
This commit is contained in:
parent
6a92cfbd65
commit
918da99c4e
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
package rfc6979
|
||||
|
||||
import (
|
||||
"crypto/ecdsa"
|
||||
"crypto/sha512"
|
||||
"crypto/rand"
|
||||
"crypto/elliptic"
|
||||
"crypto/dsa"
|
||||
"crypto/ecdsa"
|
||||
"crypto/elliptic"
|
||||
"crypto/rand"
|
||||
"crypto/sha1"
|
||||
"crypto/sha512"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue