- Added package doc for crypto and net.i2p
- Got rid of some susimail javadoc warnings
This commit is contained in:
11
core/java/src/net/i2p/crypto/package.html
Normal file
11
core/java/src/net/i2p/crypto/package.html
Normal 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>
|
7
core/java/src/net/i2p/package.html
Normal file
7
core/java/src/net/i2p/package.html
Normal 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>
|
Reference in New Issue
Block a user