Replies: 1 comment
|
PR 写得这么详细就是为了当文档 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Before when one ran
/usr/local/bin/xray x25519on server, this would output a private and public key.However now it outputs a private key, password, and hash32.
So between password and hash32, which corresponds to the old public key?
Edit: I found the answer here, #5084 (comment)
Password is now what was PublicKey
I also see there is a new setting
mldsa65Verify. I have seen some configs that implement this, but no real documentation explaining this setting and how to set it up correctly. I assume this is for the new quantum resistant encryption.Could someone please explain this new setting?
All reactions