LLFourn / secp256kfun

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

[frost] allow share index in share backup to vary to any size #176

Open LLFourn opened 4 months ago

LLFourn commented 4 months ago

https://github.com/LLFourn/secp256kfun/blob/86e2908bc4f123463c14fa4559c742fce2ba55c5/schnorr_fun/src/share_backup.rs

Only allows the share backup to be 1 u5 long or 52 u5s. I think if we're going to make it variable length then it should be able to be any length.