| Package | Description |
|---|---|
| com.singlestore.jdbc.plugin.authentication.standard.ed25519.math.ed25519 | |
| com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec |
| Modifier and Type | Class and Description |
|---|---|
class |
Ed25519ScalarOps
Class for reducing a huge integer modulo the group order q and doing a combined multiply plus add
plus reduce operation.
|
| Modifier and Type | Method and Description |
|---|---|
ScalarOps |
EdDSAParameterSpec.getScalarOps() |
| Constructor and Description |
|---|
EdDSANamedCurveSpec(String name,
Curve curve,
String hashAlgo,
ScalarOps sc,
GroupElement B) |
EdDSAParameterSpec(Curve curve,
String hashAlgo,
ScalarOps sc,
GroupElement B) |
Copyright © 2025 SingleStore. All rights reserved.