axelarnetwork / tofn

A threshold cryptography library in Rust
Apache License 2.0
107 stars 22 forks source link

chore: move crypto_tools module outside gg20 #181

Closed ggutoski closed 2 years ago

ggutoski commented 2 years ago

The crypto_tools module is currently a submodule of gg20. Other signature schemes might also need access to this module. This PR promotes crypto_tools outside of gg20, to the same level as collections.

Because moving crypto_tools touches so many files I thought it a good idea to merge a minimal PR asap so as to avoid nasty rebase in the future.