Update go-crypto (#129)
* Update go-crypto * Edit changelog Co-authored-by: Aron Wussler <aron@wussler.it>
This commit is contained in:
parent
38a773b9aa
commit
9126511a96
8 changed files with 24 additions and 35 deletions
|
|
@ -3,13 +3,13 @@ package crypto
|
|||
import (
|
||||
"crypto/dsa" //nolint:staticcheck
|
||||
"crypto/ecdsa"
|
||||
"crypto/ed25519"
|
||||
"crypto/rsa"
|
||||
"errors"
|
||||
"math/big"
|
||||
|
||||
"github.com/ProtonMail/go-crypto/ed25519"
|
||||
"github.com/ProtonMail/go-crypto/openpgp/ecdh"
|
||||
"github.com/ProtonMail/go-crypto/openpgp/elgamal"
|
||||
"github.com/ProtonMail/go-crypto/rsa"
|
||||
)
|
||||
|
||||
func (sk *SessionKey) Clear() (ok bool) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue