Documentation ¶
Overview ¶
Package eddsa provides the Elliptic Curve Diffie-Hellman key agreement algorithm defined in RFC 8032.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Algorithm ¶
type Algorithm struct{}
func (*Algorithm) NewSigningKey ¶
func (alg *Algorithm) NewSigningKey(key sig.Key) sig.SigningKey
Click to show internal directories.
Click to hide internal directories.