LLFourn / secp256kfun

A pure-rust secp256k1 library optimised for fun
BSD Zero Clause License
100 stars 29 forks source link

Remove specialization and nightly feature #111

Closed LLFourn closed 1 year ago

LLFourn commented 1 year ago

This feature has become obsolete. The old backend had ways of doing arithmetic a bit faster. Our current backend does as well but we're not using it -- plus I think I know how to do it without min_specialization. It's not worth the trouble so it's gone.

I'm going to remove the old backend in another PR.