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
|
|
@ -6,7 +6,7 @@ import (
|
|||
"crypto/aes"
|
||||
"crypto/cipher"
|
||||
|
||||
"github.com/ProtonMail/go-crypto/scrypt"
|
||||
"golang.org/x/crypto/scrypt"
|
||||
)
|
||||
|
||||
// EncryptWithoutIntegrity encrypts data with AES-CTR. Note: this encryption
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue