Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testEncrypt
Method · 0.80
encrypt
Method · 0.80
decrypt
Method · 0.80
generateKeys
Method · 0.80
Calls
no outgoing calls
Tested by
1
testEncrypt
Method · 0.64