An open API service indexing awesome lists of open source software.

https://github.com/aep/ed25519_rust_comparison

compare implementations of ed25519 in rust
https://github.com/aep/ed25519_rust_comparison

Last synced: 9 months ago
JSON representation

compare implementations of ed25519 in rust

Awesome Lists containing this project

README

          

compares different ed25519 implementions for rust.

ed25519_dalek
-------------

seems to work fine. very basic

sodiumoxide
-----------

weird api.

libhydrogen
-----------

incomplete and confusing