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

Method getP

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

Source from the content-addressed store, hash-verified

131 }
132
133 public BigInteger getP() {
134 return p;
135 }
136
137 public BigInteger getA() {
138 return a;

Callers 4

testEncryptMethod · 0.80
encryptMethod · 0.80
decryptMethod · 0.80
generateKeysMethod · 0.80

Calls

no outgoing calls

Tested by 1

testEncryptMethod · 0.64