Fix aead request overflow

This commit is contained in:
世界 2022-07-15 11:16:00 +08:00
parent a6fa7ada6e
commit dacfbcd606
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
9 changed files with 17 additions and 9 deletions

View file

@ -15,6 +15,7 @@ import (
"github.com/sagernet/sing/common/buf"
M "github.com/sagernet/sing/common/metadata"
N "github.com/sagernet/sing/common/network"
"golang.org/x/crypto/chacha20"
)