|
|
|
|
|
by CiPHPerCoder
3769 days ago
|
|
I would recommend against using them if your adversary is the NSA and your threat model comes wrapped in tin foil (and if I didn't, I'd get ignored anyway). If so, use NaCl/libsodium at the application layer and don't rely on ECDSA alone. If your threat model is "criminals", ECDSA is less insane than RSA (provided, once again, you're not implementing it yourself, you're relying on developed by a team of cryptographers and security engineers). |
|
My threat model includes NSA dragnets but not being specifically targeted by the NSA.