You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses Curve25519, so if we want to use underlying ed25519 keys we need some key derivation. Also we may want to generate ephemeral keys to do sharing for perfect forward secrecy: https://en.wikipedia.org/wiki/Station-to-Station_protocol
The text was updated successfully, but these errors were encountered:
ECDH Grants
Establish a shared secret using nacl box: https://godoc.org/golang.org/x/crypto/nacl/box#GenerateKey which uses Elliptic Curve Diffie Hellman to get shared secret.
Uses Curve25519, so if we want to use underlying ed25519 keys we need some key derivation. Also we may want to generate ephemeral keys to do sharing for perfect forward secrecy: https://en.wikipedia.org/wiki/Station-to-Station_protocol
The text was updated successfully, but these errors were encountered: