Uses of Interface
org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ScalarOps
Packages that use ScalarOps
Package
Description
-
Uses of ScalarOps in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519
Classes in org.mariadb.jdbc.plugin.authentication.standard.ed25519.math.ed25519 that implement ScalarOpsModifier and TypeClassDescriptionclass
Class for reducing a huge integer modulo the group order q and doing a combined multiply plus add plus reduce operation. -
Uses of ScalarOps in org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec
Fields in org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec declared as ScalarOpsMethods in org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec that return ScalarOpsConstructors in org.mariadb.jdbc.plugin.authentication.standard.ed25519.spec with parameters of type ScalarOpsModifierConstructorDescriptionEdDSANamedCurveSpec
(String name, Curve curve, String hashAlgo, ScalarOps sc, GroupElement B) EdDSAParameterSpec
(Curve curve, String hashAlgo, ScalarOps sc, GroupElement B)