Standalone VDF Solver
vdf-solver --x <starting x> --t <difficulty> --n <modulus>
This relies on modular exponentiation from bignum; a binding for OpenSSL BN functions, which have high performance on most architectures. However, that library currently won't build in Node 12+, and won't work in a browser.