1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-19 04:10:03 +02:00

Adding "eoskeygen" namespace.

This commit is contained in:
Henrik Hautakoski 2020-02-10 16:58:08 +01:00
parent 20a47d11b5
commit 0e9d23086f
22 changed files with 95 additions and 11 deletions

View file

@ -26,6 +26,8 @@
#include <ctime>
namespace eoskeygen {
struct benchmark_result {
float sec; // elapsed seconds.
float kps; // keys per second.
@ -33,4 +35,6 @@ struct benchmark_result {
void benchmark(size_t num_keys, struct benchmark_result* res);
} // namespace eoskeygen
#endif /* BENCHMARK_H */