文件名称: eddsa-0.3.0.jar中文-英文对照文档.zip
<dependency>
<groupId>net.i2p.crypto</groupId>
<artifactId>eddsa</artifactId>
<version>0.3.0</version>
</dependency>Gradle:
implementation group: 'net.i2p.crypto', name: 'eddsa', version: '0.3.0'
Gradle (Short):
implementation 'net.i2p.crypto:eddsa:0.3.0'
Gradle (Kotlin):
implementation("net.i2p.crypto:eddsa:0.3.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
net.i2p.crypto.eddsa
net.i2p.crypto.eddsa.math
net.i2p.crypto.eddsa.math.bigint
net.i2p.crypto.eddsa.math.ed25519
net.i2p.crypto.eddsa.specnet.i2p.crypto.eddsa.EdDSAEngine
net.i2p.crypto.eddsa.EdDSAKey
net.i2p.crypto.eddsa.EdDSAPrivateKey
net.i2p.crypto.eddsa.EdDSAPublicKey
net.i2p.crypto.eddsa.EdDSASecurityProvider
net.i2p.crypto.eddsa.KeyFactory
net.i2p.crypto.eddsa.KeyPairGenerator
net.i2p.crypto.eddsa.Utils
net.i2p.crypto.eddsa.math.Curve
net.i2p.crypto.eddsa.math.Encoding
net.i2p.crypto.eddsa.math.Field
net.i2p.crypto.eddsa.math.FieldElement
net.i2p.crypto.eddsa.math.GroupElement
net.i2p.crypto.eddsa.math.GroupElement.Representation
net.i2p.crypto.eddsa.math.ScalarOps
net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
net.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
net.i2p.crypto.eddsa.math.bigint.BigIntegerScalarOps
net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
net.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncoding
net.i2p.crypto.eddsa.math.ed25519.Ed25519ScalarOps
net.i2p.crypto.eddsa.spec.EdDSAGenParameterSpec
net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec
net.i2p.crypto.eddsa.spec.EdDSANamedCurveTable
net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
net.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec