mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 06:07:36 +03:00
Update deps
This commit is contained in:
parent
acc25fcefb
commit
96ffb21228
15 changed files with 124 additions and 85 deletions
2
vendor/github.com/jedisct1/xsecretbox/sharedkey.go
generated
vendored
2
vendor/github.com/jedisct1/xsecretbox/sharedkey.go
generated
vendored
|
@ -7,7 +7,7 @@ import (
|
|||
"golang.org/x/crypto/curve25519"
|
||||
)
|
||||
|
||||
// SharedKey computes a shared secret compatible with the one used by `crypto_box_xchacha20poly1305``
|
||||
// SharedKey computes a shared secret compatible with the one used by `crypto_box_xchacha20poly1305`
|
||||
func SharedKey(secretKey [32]byte, publicKey [32]byte) ([32]byte, error) {
|
||||
dhKey, err := curve25519.X25519(secretKey[:], publicKey[:])
|
||||
var subKey []byte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue