Documentation
¶
Index ¶
Constants ¶
View Source
const (
Curve25519Size = 32
)
Variables ¶
This section is empty.
Functions ¶
func ConvertPublicKey ¶
func ConvertPublicKey(publicKey []byte) ([Curve25519Size]byte, error)
func ConvertSecretKey ¶
func ConvertSecretKey(secretKey []byte) ([Curve25519Size]byte, error)
func VerifyKeys ¶
func VerifyKeys(publicKey ed25519.PublicKey, secretKey ed25519.PrivateKey) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.