Skip to content

ed25519v2017-02-10

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

Zlib

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Samuel Marks's avatarSamuel Marks
  • Kai Pastor's avatarKai Pastor

#Changelog

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