ed25519v2017-02-10
- Updated
Portable C implementation of Ed25519, a high-speed high-security public-key signature system.
- Project website: https://github.com/orlp/ed25519
#Usage
ed25519 provides CMake targets:
find_package(unofficial-ed25519 CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::ed25519::ed25519)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Samuel Marks
Kai Pastor