crypto/internal/fips140/ed25519.PrivateKey.Bytes (method)

2 uses

	crypto/internal/fips140/ed25519 (current package)
		ed25519.go#L35: func (priv *PrivateKey) Bytes() []byte {

	crypto/ed25519
		ed25519.go#L169: 	copy(privateKey, k.Bytes())