rollback shadowsocks iv change

pull/330/head
Darien Raymond 2016-12-16 23:02:00 +01:00
parent 310474d592
commit 1bf247da55
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -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) {