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
- Host: GitHub
- URL: https://github.com/aep/ed25519_rust_comparison
- Owner: aep
- Created: 2018-04-19T13:52:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T14:09:09.000Z (about 8 years ago)
- Last Synced: 2025-01-12T11:03:16.039Z (over 1 year ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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