Skip to Content

ed25519 v2017-02-10

Created
Updated

Portable C implementation of Ed25519, a high-speed high-security public-key signature system.

# Usage

ed25519 provides CMake targets:

find_package(unofficial-ed25519 CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::ed25519::ed25519) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Samuel Marks's avatar Samuel Marks
  • Kai Pastor's avatar Kai Pastor

# Changelog

  • 47633da [vcpkg-scripts] Catch use of ambiguous cmake vars (#34546)
  • 71ab19b [ed25519] New port (#34517)

# Source