> From: Peter Dettman [mailto:peter.dett...@bouncycastle.org] > Sent: Tuesday, July 29, 2014 10:56 PM > > Hi Edward, > Thankyou for your informative comments (and to others for contributing > their thoughts). I do think there is room for improvement in the BC RNG > code, particularly around entropy-collection.
Oh - Another thing I would like to contribute - Where the heck is the API documentation? Seems to be nonexistent. I always refer to the java API pages, or simply browse the source code. It would be trivially easy for me to run GhostDoc on the source, and generate a .chm file, as well as a directory full of html. But that would need to be hosted somewhere. What I have done elsewhere is: I have some server. It has a directory where it checks out the git code, and a periodic git pull. Then I have some apache DocumentRoot, and it is actually a symlink to a subdirectory of the git checkout. That way you have a URL which leads directly to the API documentation. Here, for example: https://www.tinhatrandom.org/API/ If you have the ability to do something like that, I could happily contribute html documentation into a subdir of the git repo?
