パッケージ | 説明 |
---|---|
net.i2p.crypto.eddsa.math |
Data structures that definie curves and fields, and
the mathematical operaions on them.
|
net.i2p.crypto.eddsa.math.bigint |
Low-level, non-optimized implementation using BigIntegers for any curve.
|
net.i2p.crypto.eddsa.math.ed25519 |
Low-level, optimized implementation using Radix 2^51 for Curve 25519.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
Encoding |
Field.getEncoding() |
コンストラクタ | 説明 |
---|---|
Field(int b,
byte[] q,
Encoding enc) |
修飾子とタイプ | クラス | 説明 |
---|---|---|
class |
BigIntegerLittleEndianEncoding |
修飾子とタイプ | クラス | 説明 |
---|---|---|
class |
Ed25519LittleEndianEncoding |
Helper class for encoding/decoding from/to the 32 byte representation.
|