Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch verification #150

Merged
merged 10 commits into from
Apr 14, 2019
Merged

Conversation

cryptokat
Copy link
Contributor

@cryptokat cryptokat commented Apr 4, 2019

  • Implement ed25519 signature batch verification based on https://github.com/cryptokat/ed25519-donna/tree/libsodium. This is expected to improve the performance of signature verification by 50% when there are multiple signatures to be verified.
  • Add cmake cross-compiling toolchain files. This enables developers to build native JNI lib from Linux to multiple platforms.
  • Reduce native lib size by linking libsodium and libcrypto into libsemuxcrypto.

@cryptokat cryptokat requested review from semuxgo and orogvany April 4, 2019 16:18
@cryptokat cryptokat merged commit 32aecd9 into semuxproject:develop Apr 14, 2019
@semuxgo semuxgo mentioned this pull request Apr 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants