mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-29 14:35:25 -04:00
Gocritic changes
This commit is contained in:
parent
4bc0236cf8
commit
8f13b57ae8
7 changed files with 17 additions and 18 deletions
|
@ -17,7 +17,7 @@ var (
|
|||
keygen_pw = []byte{0x6d, 0x79, 0x70, 0x61, 0x73, 0x73}
|
||||
)
|
||||
|
||||
func encryptAES(data []byte, key []byte, iv []byte) ([]byte, error) {
|
||||
func encryptAES(data, key, iv []byte) ([]byte, error) {
|
||||
block, err := aes.NewCipher(key)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue