Since I recently needed to verify some Elliptic Curve Cryptography signatures, I wrote a small but nice wrapper around the micro-ecc C library:
https://github.com/czietz/ecc-nim
PS: As with all cryptography projects, perform your own due-diligence before using in critical SW.