1. Home
  2. Browse
  3. ed25519

ed25519

v2017-02-10#0Latest

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

Install

Run the following Vcpkg command to install the port.

vcpkg install ed25519

Usage

ed25519 provides CMake targets:

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

Dependencies

See source

Version

v2017-02-10#0

Publication

Supports

All

GitHub

orlp/${PORT}

Homepage

github.com/orlp/ed25519

Subtree

71ab19baf4

License

Zlib

Definition

Manifest