Skip to content

Commit

Permalink
rollback shadowsocks iv change
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Dec 16, 2016
1 parent 310474d commit 1bf247d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/shadowsocks/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (v *AesCfb) KeySize() int {
}

func (v *AesCfb) IVSize() int {
return v.KeyBytes
return 16
}

func (v *AesCfb) NewEncodingStream(key []byte, iv []byte) (cipher.Stream, error) {
Expand Down

0 comments on commit 1bf247d

Please sign in to comment.