1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-23 16:05:24 +00:00

add reduced iv head entropy to simplified config processor(fix)

This commit is contained in:
Shelikhoo 2022-01-14 12:23:22 +00:00 committed by Xiaokang Wang (Shelikhoo)
parent d7eb207c12
commit ca5695244c

View File

@ -103,7 +103,7 @@ func (a *Account) AsAccount() (protocol.Account, error) {
}
return nil
}(),
ReducedIVEntropy: a.ExperimentReducedInitialIvEntropy,
ReducedIVEntropy: a.ExperimentReducedIvHeadEntropy,
}, nil
}