Dustin-Ray / capyCRYPT

An experimental high-performance cryptosystem.
MIT License
12 stars 1 forks source link

fix: function visibility restricted, test reorg #45

Closed Dustin-Ray closed 11 months ago

Dustin-Ray commented 11 months ago

ensured that non public functions are now visible to crate only as needed, the rest are made private with the exception of any trait implementations on Message

Dustin-Ray commented 11 months ago

this required a test reorg because they were located in external files