LLFourn / secp256kfun

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

Remove .borrow from derive_nonce_rng #129

Closed LLFourn closed 1 year ago

LLFourn commented 1 year ago

It breaks type inference and is unnecessary.

nickfarrow commented 1 year ago

This fixes my type inference error, LGTM!