Namespace: go.std.crypto.ed25519

v1.0

Contents

Summary

Provides a low-level interface to the crypto/ed25519 package.

Package ed25519 implements the Ed25519 signature algorithm. See
https://ed25519.cr.yp.to/.

These functions are also compatible with the “Ed25519” function defined in
RFC 8032. However, unlike RFC 8032's formulation, this package's private key
representation includes a public key suffix to make multiple signing
operations with the same key more efficient. This package refers to the RFC
8032 private key as the “seed”.

Index

Legend

Constants

Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.

Variables

Functions, Macros, and Special Forms

Types