Skip to content

Commit

Permalink
Merge pull request #7 from kaleido-io/fix-cipher-name
Browse files Browse the repository at this point in the history
Fix aes-128-ctr cipher name
  • Loading branch information
nguyer authored Jun 2, 2022
2 parents a987c5a + 5185ca2 commit a3ff54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/keystorev3/walletfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

const (
version3 = 3
cipherAES128ctr = "es-128-ctr"
cipherAES128ctr = "aes-128-ctr"
kdfTypeScrypt = "scrypt"
kdfTypePbkdf2 = "pbkdf2"
)
Expand Down

0 comments on commit a3ff54c

Please sign in to comment.