Skip to content

Commit f43810c

Browse files
committed
fix typo
1 parent b18672a commit f43810c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

keys/crypto.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func newP256Keypair() (*ecdsa.PublicKey, *ecdsa.PrivateKey, error) {
150150
return privkey.Public().(*ecdsa.PublicKey), privkey, nil
151151
}
152152

153-
// newNebulaX25519KeypairPEM returns a new Nebula key-agreement keypair (ED25519) in PEM format.
153+
// newNebulaX25519KeypairPEM returns a new Nebula key-agreement keypair (Ed25519) in PEM format.
154154
func newNebulaX25519KeypairPEM() ([]byte, []byte, error) {
155155
pubkey, privkey, err := newX25519Keypair()
156156
if err != nil {

0 commit comments

Comments
 (0)