mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +03:00
Update deps
This commit is contained in:
parent
3b18058ae5
commit
45829aaa45
4 changed files with 5 additions and 5 deletions
2
vendor/github.com/jedisct1/xsecretbox/sharedkey.go
generated
vendored
2
vendor/github.com/jedisct1/xsecretbox/sharedkey.go
generated
vendored
|
@ -18,7 +18,7 @@ func SharedKey(secretKey [32]byte, publicKey [32]byte) ([32]byte, error) {
|
|||
}
|
||||
if c == 0 {
|
||||
if _, err := crypto_rand.Read(sharedKey[:]); err != nil {
|
||||
return sharedKey, nil
|
||||
return sharedKey, err
|
||||
}
|
||||
return sharedKey, errors.New("weak public key")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue