NilFoundation / crypto3-hash

Hashing for =nil; Crypto3 cryptography suite
MIT License
7 stars 9 forks source link

Remove duplicate files like pack.hpp, type_traits.hpp, unbounded_shift.hpp, endian_shift.hpp etc. #124

Closed martun closed 9 months ago

martun commented 1 year ago

Files pack.hpp, type_traits.hpp, unbounded_shift.hpp, endian_shift.hpp are copied into all the repos. I'm not even sure which repo is supposed to have these file, but they use the same #ifdef-s, which means that we need to keep them identical, otherwise it's not clear which one will be used in the crypto3-zk project. (many of them will get included from different sources)