I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 5314d886 authored by zzz's avatar zzz
Browse files

merge of '539c9ff2992eb584e2c311924370437f167f0b99'

     and 'b355f1862601a6a192c42f1f50743f2a4f0b4c22'
parents c9406b8f 829af21c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
*
......
......@@ -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)
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment