Skip to content

Commit

Permalink
add reduced iv head entropy to simplified config processor(fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Jan 15, 2022
1 parent d7eb207 commit ca56952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/shadowsocks/config.go
Expand Up @@ -103,7 +103,7 @@ func (a *Account) AsAccount() (protocol.Account, error) {
}
return nil
}(),
ReducedIVEntropy: a.ExperimentReducedInitialIvEntropy,
ReducedIVEntropy: a.ExperimentReducedIvHeadEntropy,
}, nil
}

Expand Down

0 comments on commit ca56952

Please sign in to comment.