automatically ignore known forwarded addresses, fixes #64
This commit is contained in:
3
vendor/maunium.net/go/mautrix/crypto/utils/utils.go
generated
vendored
3
vendor/maunium.net/go/mautrix/crypto/utils/utils.go
generated
vendored
@@ -16,10 +16,9 @@ import (
|
||||
"math/rand"
|
||||
"strings"
|
||||
|
||||
"go.mau.fi/util/base58"
|
||||
"golang.org/x/crypto/hkdf"
|
||||
"golang.org/x/crypto/pbkdf2"
|
||||
|
||||
"maunium.net/go/mautrix/util/base58"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user