LLFourn / secp256kfun

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

Try and get compatibility with variable length spec #138

Open LLFourn opened 1 year ago

LLFourn commented 1 year ago

spec is here: https://github.com/sipa/bips/pull/221

We must add compatibility with this. Try and keep backwards compat with what we have also I guess?