mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-16 09:37:34 +00:00
rollback shadowsocks iv change
This commit is contained in:
parent
310474d592
commit
1bf247da55
@ -74,7 +74,7 @@ func (v *AesCfb) KeySize() int {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (v *AesCfb) IVSize() int {
|
func (v *AesCfb) IVSize() int {
|
||||||
return v.KeyBytes
|
return 16
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v *AesCfb) NewEncodingStream(key []byte, iv []byte) (cipher.Stream, error) {
|
func (v *AesCfb) NewEncodingStream(key []byte, iv []byte) (cipher.Stream, error) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user