DEBSOURCES
Skip Quicknav
sources / golang-github-cloudflare-circl / 1.0.0%2B20200724-1 / sign / ed25519 / pubkey.go
12345678
// +build go1.13 package ed25519 import cryptoEd25519 "crypto/ed25519" // PublicKey is the type of Ed25519 public keys. type PublicKey = cryptoEd25519.PublicKey