| Package | Description |
|---|---|
| ch.epfl.dedis.lib.crypto | |
| ch.epfl.dedis.lib.darc | |
| ch.epfl.dedis.lib.omniledger.darc | |
| ch.epfl.dedis.ocs |
| Modifier and Type | Class and Description |
|---|---|
class |
Ed25519Scalar |
| Modifier and Type | Field and Description |
|---|---|
static Scalar |
Ed25519.prime_order |
Scalar |
SchnorrSig.response |
Scalar |
KeyPair.scalar |
| Modifier and Type | Method and Description |
|---|---|
Scalar |
Scalar.add(Scalar b) |
Scalar |
Ed25519Scalar.add(Scalar b) |
Scalar |
Scalar.addOne() |
Scalar |
Ed25519Scalar.addOne() |
Scalar |
Scalar.copy() |
Scalar |
Ed25519Scalar.copy() |
Scalar |
Scalar.invert() |
Scalar |
Ed25519Scalar.invert() |
Scalar |
Scalar.mul(Scalar s) |
Scalar |
Ed25519Scalar.mul(Scalar s) |
Scalar |
Scalar.negate() |
Scalar |
Ed25519Scalar.negate() |
Scalar |
Scalar.reduce() |
Scalar |
Ed25519Scalar.reduce() |
Scalar |
Scalar.sub(Scalar b) |
Scalar |
Ed25519Scalar.sub(Scalar b) |
Scalar |
SchnorrSig.toHash(Point challenge,
Point pub,
byte[] msg) |
| Modifier and Type | Method and Description |
|---|---|
Scalar |
Scalar.add(Scalar b) |
Scalar |
Ed25519Scalar.add(Scalar b) |
boolean |
Scalar.equals(Scalar other) |
boolean |
Ed25519Scalar.equals(Scalar other) |
Scalar |
Scalar.mul(Scalar s) |
Point |
Ed25519Point.mul(Scalar s) |
Point |
Point.mul(Scalar s) |
Scalar |
Ed25519Scalar.mul(Scalar s) |
Scalar |
Scalar.sub(Scalar b) |
Scalar |
Ed25519Scalar.sub(Scalar b) |
| Constructor and Description |
|---|
SchnorrSig(byte[] msg,
Scalar priv) |
| Modifier and Type | Method and Description |
|---|---|
Scalar |
Signer.getPrivate()
Returns the private key of the signer, or throws a NoPrivateKey exception.
|
Scalar |
SignerEd25519.getPrivate()
Returns the private key of the signer, or throws a NoPrivateKey exception.
|
Scalar |
SignerX509EC.getPrivate()
Returns the private key of the signer, or throws a CothorityCryptoException.
|
| Modifier and Type | Method and Description |
|---|---|
Scalar |
Signer.getPrivate()
Returns the private key of the signer, or throws a NoPrivateKey exception.
|
Scalar |
SignerEd25519.getPrivate()
Returns the private key of the signer, or throws a NoPrivateKey exception.
|
Scalar |
SignerX509EC.getPrivate()
Returns the private key of the signer, or throws a CothorityCryptoException.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
DecryptKey.getKeyMaterial(OCSProto.Write write,
Scalar reader) |
Copyright © 2018. All rights reserved.