Dustin-Ray / capyCRYPT

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

Fix/issue 9 #50

Closed omibo closed 9 months ago

omibo commented 9 months ago

Add documentation for keccakf.rs and aux_functions.rs. Specifically:

keccakf.rs:

aux_functions.rs:

Dustin-Ray commented 9 months ago

thanks for the effort on this. The original objective of #9 is to find anything that is undocumented and provide documentation if it makes sense to do so. Much of this PR is modifying existing docs which isnt really needed at this time.

the area that needs the most help right now would be here, anything that is pub will be publicly exposed and should have docs explaining its usage.