This commit is contained in:
zzz
2015-01-09 16:58:57 +00:00
parent 9a4c19b24b
commit f08552c2d1
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,8 @@
package net.i2p.crypto;
/**
* PRELIMINARY - unused - subject to change
*
* Base encryption algorithm type
*
* @since 0.9.18

View File

@ -10,10 +10,12 @@ import net.i2p.data.Hash;
import net.i2p.data.SimpleDataStructure;
/**
* Defines the properties for various signature types
* PRELIMINARY - unused - subject to change
*
* Defines the properties for various encryption types
* that I2P supports or may someday support.
*
* All Signatures, SigningPublicKeys, and SigningPrivateKeys have a type.
* All PublicKeys and PrivateKeys have a type.
* Note that a EncType specifies both an algorithm and parameters, so that
* we may change primes or curves for a given algorithm.
*