Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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