Libraries like SHAKE should be consolidated into a common package in order to reduce binary size. Look for more commonalities, even if they're 2 of 3. - [ ] Identify C libraries (it can sometimes be ambiguous) - [ ] Determine that they're the same version and have no major differences between them - [ ] Put them in a common folder - [ ] Adjust CMakeLists, build.rs
Libraries like SHAKE should be consolidated into a common package in order to reduce binary size. Look for more commonalities, even if they're 2 of 3.