File: pubkey.go

package info (click to toggle)
golang-github-cloudflare-circl 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,064 kB
  • sloc: asm: 20,492; ansic: 1,292; makefile: 68
file content (9 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
//go:build go1.13
// +build go1.13

package ed25519

import cryptoEd25519 "crypto/ed25519"

// PublicKey is the type of Ed25519 public keys.
type PublicKey cryptoEd25519.PublicKey