LLFourn / secp256kfun

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

Make things copy when they're `Public` #35

Closed LLFourn closed 4 years ago

LLFourn commented 4 years ago

Things should be Copy if they're Public. In the future hopefully things that are Secret will be zeroed and Pinned in memory internally but for now we can at least make Public things Copy.