Closed jnewbery closed 5 years ago
Use the generate_key_pair() convenience function everywhere that a key pair is needed.
generate_key_pair()
Also standardise on privkey and pubkey as variable names for private keys and public keys, and index keys on 1.
privkey
pubkey
A few other minor tidy-ups.
rebased on master
Thanks for the review, @bitschmidty !
Use the
generate_key_pair()
convenience function everywhere that a key pair is needed.Also standardise on
privkey
andpubkey
as variable names for private keys and public keys, and index keys on 1.A few other minor tidy-ups.