mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-05 03:38:40 +00:00
Update goech to v0.0.1
This commit is contained in:
parent
53ceaf87a5
commit
26199629f7
3 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@ func executeECH(cmd *base.Command, args []string) {
|
|||
kem = hpke.KEM_X25519_HKDF_SHA256
|
||||
}
|
||||
|
||||
echKeySet, err := goech.GenerateECHKeySet(0, *input_serverName, kem)
|
||||
echKeySet, err := goech.GenerateECHKeySet(0, *input_serverName, kem, nil)
|
||||
common.Must(err)
|
||||
|
||||
configBuffer, _ := echKeySet.ECHConfig.MarshalBinary()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue