LLFourn / secp256kfun

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

Add a prelude module #181

Open LLFourn opened 3 months ago

LLFourn commented 3 months ago

When using secp256kfun there are some things you pretty much always want to import: g, s, G, Point, Scalar, marker::* and so on. Let's make a prelude module to just import them all with use secp256kfun::prelude::*.