package ed25519
Import Path
crypto/internal/fips140/ed25519 (on go.dev )
Dependency Relation
imports 9 packages , and imported by one package
Package-Level Type Names (total 2)
/* sort by: alphabet | popularity */
type PrivateKey (struct)
Methods (total 3 )
(*PrivateKey) Bytes () []byte
(*PrivateKey) PublicKey () []byte
(*PrivateKey) Seed () []byte
Implements (at least one exported )
*PrivateKey : github.com/apache/arrow-go/v18/internal/hashing.ByteSlice
As Outputs Of (at least 3 )
func GenerateKey () (*PrivateKey , error )
func NewPrivateKey (priv []byte ) (*PrivateKey , error )
func NewPrivateKeyFromSeed (seed []byte ) (*PrivateKey , error )
As Inputs Of (at least 3 )
func Sign (priv *PrivateKey , message []byte ) []byte
func SignCtx (priv *PrivateKey , message []byte , context string ) ([]byte , error )
func SignPH (priv *PrivateKey , message []byte , context string ) ([]byte , error )
Package-Level Functions (total 10)
The pages are generated with Golds v0.8.2 . (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu .
PR and bug reports are welcome and can be submitted to the issue list .
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds .