| Interface | Description |
|---|---|
| Point | |
| Scalar |
| Class | Description |
|---|---|
| BdnSig |
Boneh-Drijvers-Neven (BDN) signature scheme is a modified version of the BLS signature
scheme that is robust against rogue public-key attacks.
|
| BlsSig |
Class that represents a BLS signature.
|
| Bn256G1Point |
The point used for mapping a message in Bn256 signature
|
| Bn256G2Point |
The point used as a public key for a Bn256 signature
|
| Bn256Pair |
This class is a pair of BN256 G2 scalar x and point X such that X = g * x where g is the generator.
|
| Bn256Scalar | |
| Ed25519 |
dedis/lib
Ed25519.java
Purpose: Getting the warm cozy feeling of having the power to add, subtract,
scalar multiply and do other fancy things with points and scalars.
|
| Ed25519Pair |
This class is a pair of Ed25519 scalar x and point X such that X = g * x where g is the generator.
|
| Ed25519Point | |
| Ed25519Scalar | |
| Mask |
Mask is a bitmask for a set of points.
|
| PointFactory |
A factory to create point from different input.
|
| SchnorrSig | |
| TonelliShanks |
Copyright © 2019. All rights reserved.