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.
The
crypto_tools
module is currently a submodule ofgg20
. Other signature schemes might also need access to this module. This PR promotescrypto_tools
outside ofgg20
, to the same level ascollections
.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.