sprig
sprig copied to clipboard
Add nistp521 ECDSA key generation
Currently, the genPrivateKey function supports nistp256 ECDSA, DSA, and 4096-bit RSA keys. Adding nistp521 (under the name 'p521' or similar) seems as if it would be simple to do without adding maintenance burden. (Since any operations done with a p256 key can also be done with a p521 key)