LLFourn / secp256kfun

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

Introduce GlobalRng to hide hack #24

Closed LLFourn closed 4 years ago

LLFourn commented 4 years ago

With the previous API I had to explictly use PhantomData<fn(R)> which sucked. Now we just use GlobalRng instead.