Skip to content

Commit b43284c

Browse files
committed
chore: revert a comment
1 parent 9dc99a8 commit b43284c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallet/encrypter/encrypter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func NopeEncrypter() Encrypter {
8888
// DefaultEncrypter creates a new encrypter instance.
8989
// If no option sets it uses the default parameters.
9090
//
91-
// The default encrypter uses Argon2ID as password hasher and AES_256_CBC as
91+
// The default encrypter uses Argon2ID as password hasher and AES_256_CTR as
9292
// encryption algorithm.
9393
func DefaultEncrypter(opts ...Option) Encrypter {
9494
argon2dParameters := &argon2dParameters{

0 commit comments

Comments
 (0)