We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_bulletproof_3<true, 1> (100 calls) - OK: 1560 µs/call test_bulletproof_3<false, 1> (20 calls) - OK: 5850 µs/call test_bulletproof_3<true, 2> (50 calls) - OK: 2040 µs/call test_bulletproof_3<false, 2> (10 calls) - OK: 8200 µs/call test_bulletproof_3<true, 16> (10 calls) - OK: 9500 µs/call test_bulletproof_3<false, 16> (2 calls) - OK: 73000 µs/call test_aggregated_bulletproof_3<false, 2, 1, 1, 0, 64> (7 calls) - OK: 131428 µs/call test_aggregated_bulletproof_3<true, 2, 1, 1, 0, 64> (7 calls) - OK: 52857 µs/call test_bulletproof_plus<true, 1> (100 calls) - OK: 4360 µs/call test_bulletproof_plus<false, 1> (20 calls) - OK: 26100 µs/call test_bulletproof_plus<true, 2> (50 calls) - OK: 7360 µs/call test_bulletproof_plus<false, 2> (10 calls) - OK: 50500 µs/call test_bulletproof_plus<true, 16> (10 calls) - OK: 39200 µs/call test_bulletproof_plus<false, 16> (2 calls) - OK: 343500 µs/call test_aggregated_bulletproof_plus<false, 2, 1, 1, 0, 64> (7 calls) - OK: 466000 µs/call test_aggregated_bulletproof_plus<true, 2, 1, 1, 0, 64> (7 calls) - OK: 56285 µs/call test_bulletproof<true, 1> (100 calls) - OK: 4470 µs/call test_bulletproof<false, 1> (20 calls) - OK: 28700 µs/call test_bulletproof<true, 2> (50 calls) - OK: 7420 µs/call test_bulletproof<false, 2> (10 calls) - OK: 56300 µs/call test_bulletproof<true, 16> (10 calls) - OK: 39700 µs/call test_bulletproof<false, 16> (2 calls) - OK: 384500 µs/call test_aggregated_bulletproof<false, 2, 1, 1, 0, 64> (7 calls) - OK: 469714 µs/call test_aggregated_bulletproof<true, 2, 1, 1, 0, 64> (7 calls) - OK: 61571 µs/call Tests finished. Elapsed time: 75 sec
Verification speed in monero's performance tests.
The text was updated successfully, but these errors were encountered:
A draft proposal for getting the eprint paper audited https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/358
Sorry, something went wrong.
Note: this is how to read the test results
test_bulletproof<true, 1> (100 calls) - OK: 4470 µs/call test_bulletproof<false, 1> (20 calls) - OK: 28700 µs/call
- true = proof verification perf; false = proof construction perf - 1 = number of range proofs in one aggregate prof
test_aggregated_bulletproof<false, 2, 1, 1, 0, 64> (7 calls) - OK: 469714 µs/call test_aggregated_bulletproof<true, 2, 1, 1, 0, 64> (7 calls) - OK: 61571 µs/call
No branches or pull requests
Verification speed in monero's performance tests.
The text was updated successfully, but these errors were encountered: