Uses of Class
love.distributedrebirth.nx01.no2all.nostr.octo.trust.OctoTrustSchnorrPoint
Packages that use OctoTrustSchnorrPoint
-
Uses of OctoTrustSchnorrPoint in love.distributedrebirth.nx01.no2all.nostr.octo.trust
Fields in love.distributedrebirth.nx01.no2all.nostr.octo.trust declared as OctoTrustSchnorrPointMethods in love.distributedrebirth.nx01.no2all.nostr.octo.trust that return OctoTrustSchnorrPointModifier and TypeMethodDescriptionOctoTrustSchnorrPoint.add
(OctoTrustSchnorrPoint point) static OctoTrustSchnorrPoint
OctoTrustSchnorrPoint.add
(OctoTrustSchnorrPoint point1, OctoTrustSchnorrPoint point2) static OctoTrustSchnorrPoint
OctoTrustSchnorrPoint.getG()
static OctoTrustSchnorrPoint
OctoTrustSchnorrPoint.infinityPoint()
static OctoTrustSchnorrPoint
OctoTrustSchnorrPoint.liftX
(byte[] b) OctoTrustSchnorrPoint.mul
(BigInteger n) static OctoTrustSchnorrPoint
OctoTrustSchnorrPoint.mul
(OctoTrustSchnorrPoint point, BigInteger n) Methods in love.distributedrebirth.nx01.no2all.nostr.octo.trust with parameters of type OctoTrustSchnorrPointModifier and TypeMethodDescriptionOctoTrustSchnorrPoint.add
(OctoTrustSchnorrPoint point) static OctoTrustSchnorrPoint
OctoTrustSchnorrPoint.add
(OctoTrustSchnorrPoint point1, OctoTrustSchnorrPoint point2) static byte[]
OctoTrustSchnorrPoint.bytesFromPoint
(OctoTrustSchnorrPoint point) boolean
OctoTrustSchnorrPoint.equals
(OctoTrustSchnorrPoint point) static BigInteger
OctoTrustSchnorrPoint.getX
(OctoTrustSchnorrPoint point) static BigInteger
OctoTrustSchnorrPoint.getY
(OctoTrustSchnorrPoint point) static boolean
OctoTrustSchnorrPoint.hasEvenY
(OctoTrustSchnorrPoint point) static boolean
OctoTrustSchnorrPoint.hasSquareY
(OctoTrustSchnorrPoint point) static boolean
OctoTrustSchnorrPoint.isInfinite
(OctoTrustSchnorrPoint point) static OctoTrustSchnorrPoint
OctoTrustSchnorrPoint.mul
(OctoTrustSchnorrPoint point, BigInteger n)