javadoc fix

This commit is contained in:
zzz
2012-05-28 18:04:11 +00:00
parent d946fda859
commit 829af21c49
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import net.i2p.crypto.KeyGenerator;
/**
* Defines the SigningPrivateKey as defined by the I2P data structure spec.
* A private key is 256byte Integer. The private key represents only the
* A signing private key is 20 byte Integer. The private key represents only the
* exponent, not the primes, which are constant and defined in the crypto spec.
* This key varies from the PrivateKey in its usage (signing, not decrypting)
*

View File

@ -14,7 +14,7 @@ import java.io.IOException;
/**
* Defines the SigningPublicKey as defined by the I2P data structure spec.
* A public key is 256byte Integer. The public key represents only the
* A signing public key is 128 byte Integer. The public key represents only the
* exponent, not the primes, which are constant and defined in the crypto spec.
* This key varies from the PrivateKey in its usage (verifying signatures, not encrypting)
*