I'm implementing a token server and considering backing them with ECDSA. The options from the library I'm using expose the NIST curves P-256, P-384, and P-521. The safe curves site does not list P-521, but notes the others as "unsafe" https://safecurves.cr.yp.to/index.html.
Would I be unwise to choose an "unsafe" curve over an RSA implementation? I see P-256 is widely used yet listed as unsafe. How should I reason about this?