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

Method getA

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

Source from the content-addressed store, hash-verified

135 }
136
137 public BigInteger getA() {
138 return a;
139 }
140
141 public BigInteger getB() {
142 return b;

Callers 4

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

Calls

no outgoing calls

Tested by 1

testEncryptMethod · 0.64