MCPcopy Create free account
hub / github.com/TheAlgorithms/Java / getX

Method getX

src/main/java/com/thealgorithms/ciphers/ECC.java:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 }
170
171 public BigInteger getX() {
172 return x;
173 }
174
175 public BigInteger getY() {
176 return y;

Calls

no outgoing calls