ZhePang / Python_Specification_for_Schnorr_Adaptor

5 stars 4 forks source link

Use secp256k1proto instead of duplicating BIP340 helper functions #17

Open siv2r opened 1 month ago

siv2r commented 1 month ago

Alternatively, we could somehow use https://github.com/BlockstreamResearch/bip-frost-dkg/tree/master/python/secp256k1proto and define a cpoint function there, such that all future BIPs share the same primitives. By the way, the library has a proper representation of infinity instead of representing infinity as None.

_Originally posted by @jonasnick in https://github.com/ZhePang/Python_Specification_for_Schnorr_Adaptor/pull/16#discussion_r1678276480_