forked from agl/curve25519-donna
-
Notifications
You must be signed in to change notification settings - Fork 0
Curve25519 implementation forked from agl/curve25519-donna for performance measuring purpuses.
License
brainhub/curve25519-donna
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project provides a method to test the performance of Curve25519 on the entire CPU, as opposed to a single thread, approximating the performance of a fully loaded server. To run: make speed-curve25519-donna-c64-threaded && ./speed-curve25519-donna-c64-threaded Output: Will use 5 threads Waiting in thread 2 ... Waiting in thread 5 ... Waiting in thread 3 ... Waiting in thread 4 ... Waiting in thread 1 ... thread 1: 11706.7 op/sec in 8.54 sec thread 2: 11674 op/sec in 8.57 sec thread 3: 11584.5 op/sec in 8.63 sec thread 4: 12096.5 op/sec in 8.27 sec thread 5: 11876.3 op/sec in 8.42 sec Total for CPU: 58938.1 op/sec Derived from https://github.com/agl/curve25519-donna
About
Curve25519 implementation forked from agl/curve25519-donna for performance measuring purpuses.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 81.9%
- Python 11.2%
- Java 3.5%
- Makefile 2.5%
- Other 0.9%