paritytech / libsecp256k1

Pure Rust Implementation of secp256k1.
Apache License 2.0
177 stars 87 forks source link

Discuss tradeoffs involved when using static vs dynamic tables #46

Closed dvdplm closed 3 years ago

dvdplm commented 4 years ago

See https://github.com/paritytech/libsecp256k1/pull/41#issuecomment-605059456

Give users enough info to decide whether they should use static or dynamic tables, e.g. things like:

sorpaas commented 3 years ago

Users can now choose themselves static-context vs lazy-static-context.