We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f16d3 commit dbf968fCopy full SHA for dbf968f
profile/preset.go
@@ -82,6 +82,7 @@ func ProtonV1() *Custom {
82
SetKeyAlgorithm: setKeyAlgorithm,
83
Hash: crypto.SHA512,
84
CipherEncryption: packet.CipherAES256,
85
+ CipherKeyEncryption: packet.CipherAES256,
86
CompressionAlgorithm: packet.CompressionZLIB,
87
KeyGenAeadEncryption: &packet.AEADConfig{
88
DefaultMode: packet.AEADModeGCM,
0 commit comments