27113f2f3e
- Communication set up (sending and receiving work) - Iterating over privkeys and calculating pubkeys until match
3 lines
47 B
Bash
Executable file
3 lines
47 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
autoreconf -if --warnings=all
|