mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-14 16:25:57 -05:00
add reduced iv head entropy to simplified config processor(fix)
This commit is contained in:
parent
d7eb207c12
commit
ca5695244c
@ -103,7 +103,7 @@ func (a *Account) AsAccount() (protocol.Account, error) {
|
||||
}
|
||||
return nil
|
||||
}(),
|
||||
ReducedIVEntropy: a.ExperimentReducedInitialIvEntropy,
|
||||
ReducedIVEntropy: a.ExperimentReducedIvHeadEntropy,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user