- Added package doc for crypto and net.i2p

- Got rid of some susimail javadoc warnings
This commit is contained in:
mathiasdm
2010-10-14 06:19:19 +00:00
parent 8db45ffaa1
commit 8cda5104e3
3 changed files with 31 additions and 13 deletions

View File

@ -0,0 +1,11 @@
<html>
<body>
<p>
These classes provide a number of low-level cryptographic routines.
</p>
<p>
These cryptographic routines include symmetric and asymmetric encryption and decryption, hashing, secure random number generation...
</p>
</body>
</html>

View File

@ -0,0 +1,7 @@
<html>
<body>
<p>
Core I2P package, contains information about the I2P version and an entry point to access important elements.
</p>
</body>
</html>