We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc99a8 commit b43284cCopy full SHA for b43284c
wallet/encrypter/encrypter.go
@@ -88,7 +88,7 @@ func NopeEncrypter() Encrypter {
88
// DefaultEncrypter creates a new encrypter instance.
89
// If no option sets it uses the default parameters.
90
//
91
-// The default encrypter uses Argon2ID as password hasher and AES_256_CBC as
+// The default encrypter uses Argon2ID as password hasher and AES_256_CTR as
92
// encryption algorithm.
93
func DefaultEncrypter(opts ...Option) Encrypter {
94
argon2dParameters := &argon2dParameters{
0 commit comments