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
|
package rfc6979
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto/ecdsa"
|
|
||||||
"crypto/sha512"
|
|
||||||
"crypto/rand"
|
|
||||||
"crypto/elliptic"
|
|
||||||
"crypto/dsa"
|
"crypto/dsa"
|
||||||
|
"crypto/ecdsa"
|
||||||
|
"crypto/elliptic"
|
||||||
|
"crypto/rand"
|
||||||
"crypto/sha1"
|
"crypto/sha1"
|
||||||
|
"crypto/sha512"
|
||||||
"fmt"
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue